Type Alias openthread::OtBox

source ·
pub type OtBox<T> = Box<T>;
Expand description

Shorthand for ot::Box<T>

Aliased Type§

struct OtBox<T>(/* private fields */);