Module system_interface::io
source · Expand description
I/O extension traits.
Traits§
- Extension trait for I/O handles that are exterior-mutable readable and writeable.
- A trait for the
is_read_write
function. - 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 implementBufRead
.