pub type Method = Method;Expand description
A type alias for an HTTP method.
Aliased Type§
pub struct Method(/* private fields */);Trait Implementations§
Source§impl ApiOperationPart for Method
Available on crate feature openapi only.
impl ApiOperationPart for Method
Available on crate feature
openapi only.Source§fn modify_api_operation(
operation: &mut Operation,
route_context: &RouteContext<'_>,
schema_generator: &mut SchemaGenerator,
)
fn modify_api_operation( operation: &mut Operation, route_context: &RouteContext<'_>, schema_generator: &mut SchemaGenerator, )
Modify the OpenAPI operation object. Read more