[][src]Trait ra_common::Consumer

pub trait Consumer {
    fn receive(&self, env: Box<Envelope>);
}

Required methods

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

Loading content...

Implementors

impl Consumer for LogConsumer[src]

Loading content...