pub trait BusStop {
    fn registered_handlers(h: EventRegister<Self>) -> EventRegister<Self>;
}

Required Methods

Implementors