Type Alias OtInstanceBox

Source
pub type OtInstanceBox = Box<Instance>;
Expand description

Shorthand for ot::Box<ot::Instance>.

Aliased Typeยง

pub struct OtInstanceBox(/* private fields */);