openthread

Type Alias OtMessageBox

Source
pub type OtMessageBox<'a> = Box<Message<'a>>;
Expand description

Shorthand for ot::Box<ot::Message<'a>>.

Aliased Typeยง

struct OtMessageBox<'a>(/* private fields */);