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 currentJobCall
. - Extension
NotFound - Rejection type used when the extension is not found in the current
JobCall
. - JobId
- A Specialized extractor for the
JobId
of the currentJobCall
. - Metadata
- Extractor for all metadata in the current
JobCall
.
Traits§
- From
JobCall - Types that can be created from job calls.
- From
JobCall Parts - Types that can be created from job calls.
- FromRef
- Used to do reference-to-value conversions thus not consuming the input value.
- Optional
From JobCall - Customize the behavior of
Option<Self>
as aFromJobCall
extractor. - Optional
From JobCall Parts - Customize the behavior of
Option<Self>
as aFromJobCallParts
extractor.