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