pub trait WrapsMsgT {
// Required methods
fn extract(self) -> msg_t;
fn view(&self) -> &msg_t;
}
Available on
riot_module_core_msg
only.Expand description
Helper trait to implement Msg for the various Msg value styles. This is not supposed to be public, but leaks due to the implementation.