pub trait IntoApiError {
    // Required method
    fn into_api_error(self) -> ApiError;
}

Required Methods§

Implementors§