Struct want::Taker [] [src]

pub struct Taker { /* fields omitted */ }

An entity that wants a value.

Methods

impl Taker
[src]

[src]

Signal to the Giver that the want is canceled.

This is useful to tell that the channel is closed if you cannot drop the value yet.

[src]

Signal to the Giver that a value is wanted.

Trait Implementations

impl Drop for Taker
[src]

[src]

Executes the destructor for this type. Read more

impl Debug for Taker
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Taker

impl Sync for Taker