[][src]Trait fehler_more::AsError

pub trait AsError {
    fn as_error(&self) -> &(dyn Error + 'static + Sync + Send);
}

View type as an error object.

Required methods

fn as_error(&self) -> &(dyn Error + 'static + Sync + Send)

View type as an error object.

Loading content...

Implementations on Foreign Types

impl AsError for dyn Error + 'static + Sync + Send[src]

Loading content...

Implementors

impl AsError for Exception[src]

impl<T> AsError for T where
    T: 'static + Error + Send + Sync
[src]

Loading content...