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

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

Implementors