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

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

Required Methods§

Process a dispatch event with a given GhostHandler.

Implementations on Foreign Types§

Implementors§