Trait strand::mutable::AsEvent [] [src]

pub trait AsEvent {
    fn as_event<T, S>(self) -> Box<Event<T = T> + Send>;
}

Required Methods

Implementors