[][src]Trait ghost_actor::GhostChannelReceiver

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

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

Implementations on Foreign Types

impl<E: GhostEvent> GhostChannelReceiver<E> for Receiver<E>[src]

Loading content...

Implementors

Loading content...