[][src]Trait runng::asyncio::aio::Aio

pub trait Aio {
    fn aio(&self) -> &NngAio;
fn aio_mut(&mut self) -> &mut NngAio; }

Type which exposes an NngAio.

Required methods

fn aio(&self) -> &NngAio

Obtain NngAio.

fn aio_mut(&mut self) -> &mut NngAio

Loading content...

Implementors

impl Aio for SubAioArg[src]

Loading content...