[][src]Trait tmq::Poller

pub trait Poller {
    fn send_message(&self, msg: &Message) -> Poll<(), Error>;
fn recv_message(&self, msg: &mut Message) -> Poll<(), Error>; }

Required methods

fn send_message(&self, msg: &Message) -> Poll<(), Error>

fn recv_message(&self, msg: &mut Message) -> Poll<(), Error>

Loading content...

Implementations on Foreign Types

impl Poller for PollEvented2<MioSocket>[src]

Loading content...

Implementors

Loading content...