Struct horrorshow::Error [] [src]

pub struct Error {
    pub write: Option<Error>,
    pub render: Vec<Box<Error + Send + Sync>>,
}

Fields

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl Default for Error
[src]

Returns the "default value" for a type. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error