[][src]Macro cjdns_snode::msg

macro_rules! msg {
    ( $id:expr, $msgtype:literal ) => { ... };
    ( $id:expr, $msgtype:literal, $int:expr ) => { ... };
    ( $id:expr, $msgtype:literal | hash = $arr:expr ) => { ... };
    ( $id:expr, $msgtype:literal | data = $bytes:expr ) => { ... };
    ( $id:expr, $msgtype:literal, $int:expr => hashes = $arrs:expr ) => { ... };
}