Type Alias openthread::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 */);