Struct hadean::Channel [] [src]

pub struct Channel { /* fields omitted */ }

Zero or more channels are given to spawn(). At least one of src and dst must be of type ChannelEndpoint::Sibling(), and they cannot be the same.

Methods

impl Channel
[src]

[src]

Create a new Channel to give to spawn.

Trait Implementations

impl Clone for Channel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter.