Trait mop_blocks::CustomEvent[][src]

pub trait CustomEvent<'a, V>: Copy {
    fn set_event(&mut self, event: EventRef<'a, V>);
}

Required Methods

Implementors