pub fn extract<T, M>() -> impl Future<Output = Result<T, ServerFnError>>where
T: FromRequest<FullstackContext, M>,👎Deprecated since 0.7.0: Use FullstackContext::extract instead
Expand description
Extract an axum extractor from the current request.