Module rocket_okapi_fork::response[][src]

Expand description

Contains the trait OpenApiResponder, meaning that a response implementing this trait can be documented.

Traits

See OpenApiResponderInner. This is a wrapper around OpenApiResponderInner that ensures the implementor is a rocket::response::Responder.

Implementing this trait means that any route returning the implementer can be marked with #[openapi], and that the route can be documented.