pub trait ResponseSchema {
    fn schema() -> OpenapiSchema;

    fn default_status() -> StatusCode { ... }
}
Expand description

Additional details for IntoResponse to be used with an OpenAPI-aware router.

Required methods

Provided methods

Implementations on Foreign Types

Implementors