Expand description
Types and traits for handling incoming body data.
Structs§
- Type representing the data in the body of an incoming request.
- Raw data stream of a request body.
Enums§
- Indicates how incoming data should be transformed before being parsed and validated by a data guard.
Traits§
- Trait implemented by data guards to derive a value from request body data.
- A simple, less complex variant of
FromData
.
Type Aliases§
- Type alias for the
Outcome
of aFromData
conversion. - Type alias to the
outcome
input type ofFromData::from_data
.