Macro architect_api::match_response

source ยท
macro_rules! match_response {
    ($pat:pat $(if $guard:expr)? => $result:expr) => { ... };
}