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.

Object Safety§

This trait is not object safe.

Implementors§