Trait nng::options::Opt[][src]

pub trait Opt {
    type OptType;
}
Expand description

Marks the type as an NNG option.

Associated Types

The type that the option read and writes.

Implementors