[−][src]Trait rocket_okapi::request::OpenApiFromData
This trait means that the implementer can be used as a FromData
request guard, and that this
can also be documented.
Required methods
fn request_body(gen: &mut OpenApiGenerator) -> Result<RequestBody>
Return a RequestBody
containing the information required to document the FromData
for
implementer.