Trait polling::Source[][src]

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