Trait display_error_chain::ErrorChainExt
source · [−]pub trait ErrorChainExt {
fn chain(&self) -> DisplayErrorChain<'_, Self>;
}Expand description
An extension trait for Error types to display their sources in a chain.
Required Methods
fn chain(&self) -> DisplayErrorChain<'_, Self>
fn chain(&self) -> DisplayErrorChain<'_, Self>
Provides an fmt::Display implementation for an error as a chain.