macro_rules! network_result_try {
    ($r: expr) => { ... };
    ($r:expr => $f:tt) => { ... };
}