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.

Traits

FromData

Trait used to derive an object from incoming request data.

Type Definitions

Outcome

Type alias for the Outcome of a FromData conversion.