macro_rules! request_response {
($name:ident, $handler:ident=> {
inputs: {$($ikey:ident => $ity:ty),* $(,)?},
output: $okey:expr,
}) => { ... };
}
macro_rules! request_response {
($name:ident, $handler:ident=> {
inputs: {$($ikey:ident => $ity:ty),* $(,)?},
output: $okey:expr,
}) => { ... };
}