[][src]Macro sealrs::msg

macro_rules! msg {
    ($l:expr) => { ... };
}

Wraps any data type to the message wrapper

Example

msg!(10);
msg!(String::from("xxx");
msg!(SomeStructure { });