Trait topaz::Event [] [src]

pub trait Event {
    fn get_id(&self) -> usize;
fn with_id(_: usize) -> Self; }

All events must implement this trait.

Required Methods

Implementors