Struct tchannel::oneshot::Sender [] [src]

pub struct Sender<T> { /* fields omitted */ }

The sending side of the channel. See channel to create a channel.

Methods

impl<T> Sender<T>
[src]

[src]

Send a value across the channel. If this returns an error it means the receiving end has been disconnected.

Trait Implementations

impl<T: Debug> Debug for Sender<T>
[src]

[src]

Formats the value using the given formatter.