Struct horrorshow::Error
[−]
[src]
Fields
write: Option<Error>
render: Vec<Box<Error + Send + Sync>>
Trait Implementations
impl Debug for Error
[src]
impl Debug for Error
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for Error
[src]
impl Default for Error
impl Error for Error
[src]
impl Error for Error
fn description(&self) -> &'static str
[src]
fn description(&self) -> &'static str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl From<Error> for Error
[src]
impl From<Error> for Error
impl Display for Error
[src]
impl Display for Error