Skip to main content

impl_from_event

Macro impl_from_event 

Source
macro_rules! impl_from_event {
    ($event_type:ident) => { ... };
    ($event_type:ident,$variant:ident, $variant_type:ident) => { ... };
    ($event_type:ident, $variant:ident) => { ... };
}