logo
macro_rules! send {
    ($sender:expr, $msg:expr) => { ... };
}
Expand description

A short macro for conveniently sending messages.

The message is sent using the sender and the Result is unwrapped automatically.