[][src]Trait ra_common::Producer

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

Required methods

fn send(&mut self, env: Box<Envelope>)

Loading content...

Implementors

impl Producer for LogConsumer[src]

Loading content...