Trait ErrorProxy

Source
pub trait ErrorProxy {
    // Required method
    fn source(&self) -> Option<&(dyn Error + 'static)>;
}

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl ErrorProxy for dyn Error + 'static

Source§

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

Implementors§