Module system_interface::io[][src]

Expand description

I/O extension traits.

Traits

A trait for the is_read_write function.

Extension for I/O handles which may or may not be terminals.

A trait providing the peek function for reading without consuming.

Extension for readable streams that can indicate the number of bytes ready to be read immediately.

Functions

Implement peek for types that implement BufRead.