Struct hadean::Receiver [] [src]

pub struct Receiver<T: ProcessReceive>(_, _, _, _, _);

Receiving end of a typed channel. Constructed with RawReceiver::downcast or RawReceiver::unchecked_downcast.

Methods

impl<T: ProcessReceive> Receiver<T>
[src]

[src]

Blocking receive.

Trait Implementations

impl<T: Debug + ProcessReceive> Debug for Receiver<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: ProcessReceive> Drop for Receiver<T>
[src]

[src]

Executes the destructor for this type. Read more