Type Alias openthread::OtInstanceBox

source ·
pub type OtInstanceBox = Box<Instance>;
Expand description

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

Aliased Type§

struct OtInstanceBox(/* private fields */);