Trait Error

Source
pub trait Error: Debug + Display {
    // Provided method
    fn source(&self) -> Option<&(dyn Error + 'static)> { ... }
}

Provided Methods§

Source

fn source(&self) -> Option<&(dyn Error + 'static)>

Implementors§