[][src]Module rocket::data

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.

Enums

Transform

Indicates how incoming data should be transformed before being parsed and validated by a data guard.

Traits

FromData

Trait implemented by data guards to derive a value from request body data.

FromDataSimple

A simple, less complex variant of FromData.

Type Definitions

Outcome

Type alias for the Outcome of a FromData conversion.

Transformed

Type alias to the outcome input type of FromData::from_data.