Trait timeout_io::RawFd[][src]

pub trait RawFd {
    fn raw_fd(&self) -> u64;
}

A wrapper-trait that unifies the std::os::unix::io::AsRawFd and std::os::windows::io::AsRawSocket traits

Required Methods

The underlying raw file descriptor

Implementors