[][src]Trait ra_common::models::Consumer

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

Required methods

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

Loading content...

Implementors

Loading content...