[][src]Trait whatsappweb_eta::errors::WaErrorContext

pub trait WaErrorContext {
    fn with_context(self, ctx: &'static str) -> Self;
fn with_owned_context<T: Into<String>>(self, ctx: T) -> Self; }

Required methods

fn with_context(self, ctx: &'static str) -> Self

fn with_owned_context<T: Into<String>>(self, ctx: T) -> Self

Loading content...

Implementors

impl<T> WaErrorContext for WaResult<T>[src]

Loading content...