Module rocket::data
[−]
[src]
Types and traits for reading and parsing request 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 used to derive an object from incoming request data. |
Type Definitions
| Outcome |
Type alias for the |