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

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

Required methods

fn receive(&mut self) -> Envelope

Loading content...

Implementors

Loading content...