Struct horrorshow::Error
[−]
[src]
Fields
write: Option<Error>
render: Vec<Box<Error + Send + Sync>>
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Error[src]
impl Default for Errorimpl Error for Error[src]
impl Error for Errorfn description(&self) -> &'static str[src]
fn description(&self) -> &'static strA 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 Errorimpl Display for Error[src]
impl Display for Error