Struct finchers_core::error::Error [] [src]

pub struct Error { /* fields omitted */ }

A type which holds a value of HttpError in a type-erased form.

Methods

impl Error
[src]

[src]

[src]

Returns the reference to inner HttpError.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl<E: HttpError> From<E> for Error
[src]

[src]

Performs the conversion.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error