Trait argdata::fd::ConvertFd

source ·
pub trait ConvertFd: Sync {
    fn convert_fd(&self, raw: u32) -> Result<Fd, InvalidFd>;
}
Expand description

Something that can convert encoded fd numbers to actual Fds.

Required Methods

Converts an encoded fd number to an actual Fd.

Implementations on Foreign Types

Implementors