pub fn collect_operations(
openapi: &OpenAPI,
schemes: &[SchemeInfo],
) -> Vec<OperationInfo>Expand description
Collect all operations from the OpenAPI document.
pub fn collect_operations(
openapi: &OpenAPI,
schemes: &[SchemeInfo],
) -> Vec<OperationInfo>Collect all operations from the OpenAPI document.