pub trait ErrorChainExt {
    fn display_chain(&self) -> String;
}

Required Methods

Implementors