Macro capitan_lib::steer_build_m[][src]

macro_rules! steer_build_m {
    ($name:ident) => { ... };
    ( $name:ident rx_handshake; $($tail:tt)*) => { ... };
    ( $name:ident tx_handshake; $($tail:tt)*) => { ... };
    ( $name:ident rx_keepalive; $($tail:tt)*) => { ... };
    ( $name:ident tx_keepalive; $($tail:tt)*) => { ... };
    ( $name: ident peer $b:block; $($tail:tt)*) => { ... };
    ( $name: ident both $b:block; $($tail:tt)*) => { ... };
    ( $name: ident master $b:block; $($tail:tt)*) => { ... };
    ( $name:ident send $event:ident; $($tail:tt)*) => { ... };
    ( $name:ident receive $event:ident; $($tail:tt)*) => { ... };
}

private macro used for the steer macro