pub type RouterParams = Query<RUMWebData>;
pub struct RouterParams(pub AHashMap<String, String>);
0: AHashMap<String, String>