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§

source§

impl<E: GhostEvent> GhostChannelReceiver<E> for Receiver<E>

Implementors§