Module io_extras::raw

source ·
Expand description

RawReadable and RawWriteable.

Structs

A non-owning unsafe I/O handle that implements Read. Read functions are considered safe, so this type requires unsafe to construct.
A non-owning unsafe I/O handle that implements Write. Write functions considered are safe, so this type requires unsafe to construct.