macro_rules! openapi_service {
($($t:tt)+) => { ... };
}👎Deprecated:
Use openapi_handler instead
Expand description
Macro for expanding and binding OpenAPI operation specification generator to handler or service.