msg_send_bool

Macro msg_send_bool 

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

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