[][src]Trait lapin::reactor::ReactorHandle

pub trait ReactorHandle {
    fn shutdown(&self) -> Result<()> { ... }
fn start_heartbeat(&self) { ... }
fn poll_read(&self, _slot: Slot) { ... }
fn poll_write(&self, _slot: Slot) { ... } }

Provided methods

fn shutdown(&self) -> Result<()>

fn start_heartbeat(&self)

fn poll_read(&self, _slot: Slot)

fn poll_write(&self, _slot: Slot)

Loading content...

Implementors

Loading content...