macro_rules! serve {
    ($north:expr, $addr:expr, async |$server_builder:ident, $protocol:ident| $continue:expr) => { ... };
}