[][src]Trait ghost_actor::GhostDispatch

pub trait GhostDispatch<H: GhostHandler<Self>>: GhostEvent {
    fn ghost_actor_dispatch(self, h: &mut H);
}

An upgraded GhostEvent that knows how to dispatch to a handler.

Required methods

fn ghost_actor_dispatch(self, h: &mut H)

Process a dispatch event with a given GhostHandler.

Loading content...

Implementors

Loading content...