extract_query_param

Function extract_query_param 

Source
pub fn extract_query_param<T>(
    request: &ElifRequest,
    name: &str,
) -> Result<Option<T>, ParamError>
where T: FromStr, T::Err: Debug + Display,
Expand description

Extract and parse a query parameter with type conversion