pub fn read_query_string_to_type<T>(query_str: &str) -> Result<T, Error>where
    T: for<'a> Deserialize<'a>,
Available on crate feature form only.