[][src]Trait ra_common::Consumer

pub trait Consumer {
    fn receive(&mut self) -> Box<Envelope>;
}

Required methods

fn receive(&mut self) -> Box<Envelope>

Loading content...

Implementors

impl Consumer for LogConsumer[src]

Loading content...