Struct actix_web::error::Error [] [src]

pub struct Error { /* fields omitted */ }

General purpose actix web error

Methods

impl Error
[src]

[src]

Returns a reference to the underlying cause of this Error.

Trait Implementations

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl<T: ResponseError> From<T> for Error
[src]

Error for any error that implements ResponseError

[src]

Performs the conversion.