Macro osm_geo_mapper_macros::extract_type_from_string[][src]

macro_rules! extract_type_from_string {
    ($type_str : ident < $props : ident > => $enum : ident
 [$($variant : ident), * $(,) *]) => { ... };
}