openthread

Type Alias OtBox

Source
pub type OtBox<T> = Box<T>;
Expand description

Shorthand for ot::Box<T>

Aliased Typeยง

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