pub trait AsApiErrorTrait {
    // Required method
    fn as_api_error(&self) -> ApiError;
}

Required Methods§

Implementors§