Trait error_ext::StdErrorExt 
source · pub trait StdErrorExtwhere
    Self: StdError,{
    // Provided methods
    fn as_chain(&self) -> String { ... }
    fn into_boxed(self) -> BoxError
       where Self: Sized + Send + Sync + 'static { ... }
}