Trait Ctx

Source
pub trait Ctx {
    // Required method
    fn ctx(&self) -> nng_ctx;
}
Expand description

Type which exposes a NngCtx.

Required Methods§

Source

fn ctx(&self) -> nng_ctx

Obtain under-lying NngCtx.

Implementors§