Trait apidoc_core::error::ApiErrors

source ·
pub trait ApiErrors {
    // Required method
    fn api_errors() -> Vec<ApiErrorItem>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ApiErrors for Infallible

Implementors§