[][src]Trait splinter::channel::Sender

pub trait Sender<T>: Send {
    fn send(&self, t: T) -> Result<(), SendError>;
fn box_clone(&self) -> Box<dyn Sender<T>>; }

Required methods

fn send(&self, t: T) -> Result<(), SendError>

fn box_clone(&self) -> Box<dyn Sender<T>>

Loading content...

Implementations on Foreign Types

impl<T: 'static> Sender<T> for Sender<T> where
    T: Send
[src]

impl<T: 'static> Sender<T> for Sender<T> where
    T: Send
[src]

Loading content...

Implementors

Loading content...