Module rocket::data [−][src]
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 Definitions
Type alias for the Outcome
of a FromData
conversion.
Type alias to the outcome
input type of FromData::from_data
.