macro_rules! match_source_name_str {
($source_name_str:expr, $prop_type_name:ident, $body:expr, $on_other_closure:expr) => { ... };
}
Expand description
Matches against SourceProperties::SOURCE_NAME
to dispatch logic.
macro_rules! match_source_name_str {
($source_name_str:expr, $prop_type_name:ident, $body:expr, $on_other_closure:expr) => { ... };
}
Matches against SourceProperties::SOURCE_NAME
to dispatch logic.