Trait ghost_actor::GhostEvent[][src]

pub trait GhostEvent: 'static + Send + Sized { }
Expand description

A message that can be sent over a GhostEvent channel.

Implementors