[][src]Trait generic_channel::Sender

pub trait Sender<T> {
    fn try_send(&mut self, t: T) -> Result<(), TrySendError<T>>;
}

Required methods

fn try_send(&mut self, t: T) -> Result<(), TrySendError<T>>

Loading content...

Implementations on Foreign Types

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

impl<T> Sender<T> for SyncSender<T>[src]

Loading content...

Implementors

Loading content...