Trait mioco::Evented
[−]
[src]
pub trait Evented { }Mioco event source.
All types used as asynchronous event sources implement this trait.
A generic implementation: MioAdapter implements this trait, wrapping
native mio types (implementing mio::Evented trait).