[][src]Trait error_proxy::ErrorProxy

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl ErrorProxy for dyn Error + 'static[src]

Loading content...

Implementors

Loading content...