Module rocket::data [−][src]
Types and traits for handling incoming body data.
Structs
| Data |
Type representing the data in the body of an incoming request. |
| DataStream |
Raw data stream of a request body. |
Traits
| FromData |
Trait implemented by data guards to derive a value from request body data. |
Type Definitions
| Outcome |
Type alias for the |