Macro rx

Source
macro_rules! rx {
    ( $x:expr) => { ... };
    ( $x:expr, $msg:expr) => { ... };
}