Searched refs:ChainError (Results 1 – 1 of 1) sorted by relevance
55 struct ChainError { struct60 impl fmt::Display for ChainError { argument66 impl core::error::Error for ChainError { implementation73 impl ChainError { impl155 let error = ChainError::new("ouch", None); in into_boxed_dyn_error()156 let error = ChainError::new("whoops", Some(Box::new(error))); in into_boxed_dyn_error()280 let error = ChainError::new("ouch", None); in format_err_macro_core_error_chain()281 let error = ChainError::new("yikes", Some(Box::new(error))); in format_err_macro_core_error_chain()705 let error = ChainError::new("root cause", None); in fmt_debug_alternate()818 let error = ChainError::new("yikes", None); in chain_on_error_with_source()[all …]