msg_send_id

Macro msg_send_id 

Source
macro_rules! msg_send_id {
    [$($msg_send_args:tt)+] => { ... };
}
👎Deprecated: use a normal msg_send! instead, it will now perform the conversion to/from Retained for you
Expand description

Use msg_send! instead, it now supports converting to/from Retained.