pub fn extract_path_param<T>(
request: &ElifRequest,
name: &str,
) -> Result<T, ParamError>
Expand description
Extract and parse a path parameter with type conversion
pub fn extract_path_param<T>(
request: &ElifRequest,
name: &str,
) -> Result<T, ParamError>
Extract and parse a path parameter with type conversion