Crate io_block [] [src]

Modules

os

Structs

BlockFile

Wrap some type T in a block container

Error

The error type for I/O operations of the Read, Write, Seek, and associated traits.

Traits

BlockSize

Some writable and readable devices (disk drives, media cards) have a block size (number of bytes that are read or written at a time) associated with them.

Type Definitions

Result

A specialized Result type for I/O operations.