[][src]Trait releez::ErrorExt

pub trait ErrorExt {
    fn wrap(self) -> Error;
fn context<C: Display + Send + Sync + 'static>(self, ctx: C) -> Error; }

Required methods

fn wrap(self) -> Error

fn context<C: Display + Send + Sync + 'static>(self, ctx: C) -> Error

Loading content...

Implementors

impl<E: Error + Send + Sync + 'static> ErrorExt for E[src]

Loading content...