pub type OtMessageBox<'a> = Box<Message<'a>>;
Shorthand for ot::Box<ot::Message<'a>>.
ot::Box<ot::Message<'a>>
struct OtMessageBox<'a>(/* private fields */);