[][src]Trait runng::ctx::Ctx

pub trait Ctx {
    fn ctx(&self) -> nng_ctx;
}

Type which exposes a NngCtx.

Required methods

fn ctx(&self) -> nng_ctx

Obtain under-lying NngCtx.

Loading content...

Implementors

impl Ctx for NngCtx[src]

Loading content...