Macro impl_handler_pair

Source
macro_rules! impl_handler_pair {
    ($K:ty, $($T:ident),*) => { ... };
}
Expand description

Macro generatring the Rpc Handler implementations for zero or more FromResources with the last argument being IntoParams and one with not last IntoParams argument.