Skip to main content

ExtractorFuture

Type Alias ExtractorFuture 

Source
pub type ExtractorFuture<'a, T> = LocalBoxFuture<'a, Result<T, ExtractorRejection>>;
Expand description

Boxed local extraction result used by an authored Endpoint handler.

Aliased Typeยง

#[repr(transparent)]
pub struct ExtractorFuture<'a, T> { /* private fields */ }