Type Definition blaze_rs::event::DynLocalEvent

source ·
pub type DynLocalEvent<'a, T> = Event<Box<dyn Consumer<Output = T> + 'a>>;
Expand description

A dynamic event that cannot be shared between threads.