RouterParams

Type Alias RouterParams 

Source
pub type RouterParams = Query<HashMap<RUMString, RUMString>>;

Aliased Type§

pub struct RouterParams(pub HashMap<CompactString, CompactString>);

Tuple Fields§

§0: HashMap<CompactString, CompactString>