openthread

Type Alias OtInstanceBox

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

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

Aliased Typeยง

struct OtInstanceBox(/* private fields */);