Macro krpc::invoke [] [src]

macro_rules! invoke {
    ( $rpc : ident.$a : tt.$b : tt ( $( $arg : expr ),* ) ) => { ... };
}