[−][src]Module drone_core::io
Traits, helpers, and type definitions for core I/O functionality.
The module contains a number of common things you'll need when doing input
and output. The most core part of this module is the [io::Read
] and
[io::Write
] traits, which provide the most general interface for reading
and writing input and output.
Enums
SeekFrom | Enumeration of possible methods to seek within an I/O object. |
Traits
Read | The |
Seek | The |
Write | The |