[][src]Trait ghost_actor::GhostHandler

pub trait GhostHandler<D: GhostDispatch<Self>>: 'static + Send + Sized {
    fn ghost_actor_dispatch(&mut self, d: D) { ... }
}

An item that can handle an incoming GhostEvent.

Provided methods

fn ghost_actor_dispatch(&mut self, d: D)

Process a dispatch event with this GhostHandler.

Loading content...

Implementors

Loading content...