monoio
0.2.4
Module as_fd
Module Items
Structs
Traits
In monoio::
io
monoio
::
io
Module
as_fd
Copy item path
Source
Expand description
We impl AsReadFd and AsWriteFd for some structs.
Structs
§
Shared
FdWrapper
A wrapper of SharedFd to solve pub problem.
Traits
§
AsRead
Fd
Get a readable shared fd from self.
AsWrite
Fd
Get a writable shared fd from self.