macro_rules! oh {
($($v:tt)+) => { ... };
}Expand description
Macro for expanding and binding OpenAPI operation specification
generator to handler or service (shortcut to openapi_handler)
macro_rules! oh {
($($v:tt)+) => { ... };
}Macro for expanding and binding OpenAPI operation specification
generator to handler or service (shortcut to openapi_handler)