io_
extras
0.18.3
Module raw
Module Items
Structs
In crate io_
extras
io_extras
Module
raw
Copy item path
source
Expand description
RawReadable
and
RawWriteable
.
Structs
ยง
RawReadable
A non-owning unsafe I/O handle that implements
Read
.
Read
functions are considered safe, so this type requires
unsafe
to construct.
RawWriteable
A non-owning unsafe I/O handle that implements
Write
.
Write
functions considered are safe, so this type requires
unsafe
to construct.