Struct rotor::mio::Registration [] [src]

pub struct Registration { /* fields omitted */ }

Handle to a Poll registration. Used for registering custom types for event notifications.

Methods

impl Registration

Create a new Registration associated with the given Poll instance. The returned Registration will be associated with this Poll for its entire lifetime.

Trait Implementations

impl Debug for Registration

Formats the value using the given formatter.

impl Send for Registration

impl Drop for Registration