Module extract

Source
Expand description

Types and traits for extracting data from requests.

See blueprint_sdk::extract for more details.

Re-exports§

pub use self::rejection::InvalidUtf8;

Modules§

rejection
Rejection response types.

Structs§

Context
Extractor for context.
Extension
A Specialized extractor for the Extensions of the current JobCall.
ExtensionNotFound
Rejection type used when the extension is not found in the current JobCall.
JobId
A Specialized extractor for the JobId of the current JobCall.
Metadata
Extractor for all metadata in the current JobCall.

Traits§

FromJobCall
Types that can be created from job calls.
FromJobCallParts
Types that can be created from job calls.
FromRef
Used to do reference-to-value conversions thus not consuming the input value.
OptionalFromJobCall
Customize the behavior of Option<Self> as a FromJobCall extractor.
OptionalFromJobCallParts
Customize the behavior of Option<Self> as a FromJobCallParts extractor.