[][src]Trait ra_common::Producer

pub trait Producer {
    fn send(&self, env: Box<Envelope>) -> Result<(), SendError<Box<Envelope>>>;
}

Required methods

fn send(&self, env: Box<Envelope>) -> Result<(), SendError<Box<Envelope>>>

Loading content...

Implementors

Loading content...