Expand description
A generic event source wrapping a FD-backed type
The wrapped FD-backed type
Wrap a FD-backed type into a Generic
event source
Unwrap the Generic
source to retrieve the underlying type
Wrap a raw file descriptor into a Generic
event source
The type of events generated by your source.
The return type of the user callback Read more
Register yourself to this poll instance Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.