[][src]Trait ra_common::Consumer

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

Required methods

fn receive(&self, env: &Envelope)

Loading content...

Implementors

impl Consumer for LogConsumer[src]

Loading content...