[][src]Type Definition whatsappweb_eta::errors::WaResult

type WaResult<T> = Result<T, WaError>;

Trait Implementations

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