Skip to main content

extract

Function extract 

Source
pub fn extract<T, M>() -> impl Future<Output = Result<T, ServerFnError>>
👎Deprecated since 0.7.0:

Use FullstackContext::extract instead

Expand description

Extract an axum extractor from the current request.