pub type RouterParams = Query<HashMap<RUMString, RUMString>>;Aliased Type§
pub struct RouterParams(pub HashMap<CompactString, CompactString>);Tuple Fields§
§0: HashMap<CompactString, CompactString>pub type RouterParams = Query<HashMap<RUMString, RUMString>>;pub struct RouterParams(pub HashMap<CompactString, CompactString>);0: HashMap<CompactString, CompactString>