[][src]Macro sealrs::err

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

Wraps any data type to the message wrapper

Example

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