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

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

Implementors§