Trait polling::Source

source ·
pub trait Source {
    fn raw(&self) -> RawFd;
}
Expand description

A RawFd or a reference to a type implementing AsRawFd.

Required Methods§

Returns the RawFd for this I/O object.

Implementations on Foreign Types§

Implementors§