Skip to main content

ApiErrorExt

Trait ApiErrorExt 

Source
pub trait ApiErrorExt {
    // Required method
    fn with_request_context(self, ctx: &RequestContext) -> Self;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§