Module il2_iltags::io::std_io[][src]

Expand description

This module implements the integration between this library and Rust’s std::io components.

Structs

This struct implements a Reader that uses a std::io::Read as the source of bytes.

This struct implements a Writer that uses a std::io::Write as the destination of bytes.

Traits

This trait adds the ability to check how may bytes are available.