pub trait IntoResponseWithSchema: IntoResponse + ResponseSchema + Sealed { }
Expand description

A trait provided to convert a resource’s result to json, and provide an OpenAPI schema to the router. This trait is implemented for all types that implement IntoResponse and ResponseSchema.

Object Safety§

This trait is not object safe.

Implementors§