not quite working

This commit is contained in:
David Pedersen
2021-06-03 21:36:39 +02:00
parent 00737c4e0a
commit e156bc40e1
3 changed files with 147 additions and 296 deletions
+1
View File
@@ -284,6 +284,7 @@ define_rejection! {
pub struct MissingRouteParams(());
}
#[derive(Debug)]
pub struct UrlParamsMap(HashMap<String, String>);
impl UrlParamsMap {