[][src]Trait runng::asyncio::push::AsyncPush

pub trait AsyncPush {
    fn send(&mut self, msg: NngMsg) -> AsyncUnit;
}

Trait for asynchronous contexts that can send a message.

Required methods

fn send(&mut self, msg: NngMsg) -> AsyncUnit

Asynchronously send a message.

Loading content...

Implementors

impl AsyncPush for BusAsyncHandle[src]

impl AsyncPush for PairAsyncHandle[src]

impl AsyncPush for PairStreamHandle[src]

impl AsyncPush for PushAsyncHandle[src]

Loading content...