Module as_fd

Source
Expand description

We impl AsReadFd and AsWriteFd for some structs.

Structs§

SharedFdWrapper
A wrapper of SharedFd to solve pub problem.

Traits§

AsReadFd
Get a readable shared fd from self.
AsWriteFd
Get a writable shared fd from self.