foundry_common::errors::private

Trait ErrorChain

Source
pub trait ErrorChain {
    // Required method
    fn chain(&self) -> Chain<'_>;
}

Required Methods§

Source

fn chain(&self) -> Chain<'_>

Implementations on Foreign Types§

Source§

impl ErrorChain for Report

Source§

fn chain(&self) -> Chain<'_>

Source§

impl ErrorChain for dyn Error + 'static

Source§

fn chain(&self) -> Chain<'_>

Implementors§