extract_params

Function extract_params 

Source
pub fn extract_params<T>(params: RequestParams) -> Result<T, McpError>
where T: Params + SerdeParamExtractor<T, Error = McpError>,
Expand description

Generic parameter extractor function that works with any type implementing SerdeParamExtractor