Module core2::io [−][src]
Structs
| BufReader | The |
| BufWriter | Wraps a writer and buffers its output. |
| Bytes | An iterator over |
| Chain | Adaptor to chain together two readers. |
| Cursor | A |
| Error | The error type for I/O operations of the |
| LineWriter | Wraps a writer and buffers output to it, flushing whenever a newline
( |
| Take | Reader adaptor which limits the bytes read from an underlying reader. |
Enums
| ErrorKind | A list specifying general categories of I/O error. |
| SeekFrom | Enumeration of possible methods to seek within an I/O object. |
Traits
| BufRead | A |
| Read | The |
| Seek | The |
| Write | A trait for objects which are byte-oriented sinks. |
Functions
| copy |
Type Definitions
| Result | A specialized |