Trait ghost_actor::GhostChannelReceiver[][src]

pub trait GhostChannelReceiver<E: GhostEvent>: 'static + Send + Sized + Stream<Item = E> { }
Expand description

Indicates an item is the Receiver side of a channel that can forward/handle GhostEvents.

Implementations on Foreign Types

Implementors