Skip to main content

RouterParams

Type Alias RouterParams 

Source
pub type RouterParams = Query<RUMWebData>;

Aliased Type§

pub struct RouterParams(pub AHashMap<String, String>);

Tuple Fields§

§0: AHashMap<String, String>