Struct calloop::TokenFactory [−][src]
pub struct TokenFactory { /* fields omitted */ }Expand description
Factory for creating tokens in your registrations
When composing event sources, each sub-source needs to have its own token to identify itself. This factory is provided to produce such unique tokens.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TokenFactoryimpl Send for TokenFactoryimpl Sync for TokenFactoryimpl Unpin for TokenFactoryimpl UnwindSafe for TokenFactory