Struct tower_web::extract::Error[][src]

pub struct Error { /* fields omitted */ }

Errors that can happen while extracting data from an HTTP request.

Methods

impl Error
[src]

The data is missing from the HTTP request.

Returns true when the error represents missing data from the HTTP request.

The data is in an invalid format and cannot be extracted.

Returns true when the data is in an invalid format and cannot be extracted.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error