macro_rules! send { ($sender:expr, $msg:expr) => { ... }; }
A short macro for conveniently sending messages.
The message is sent using the sender and the Result is unwrapped automatically.
Result