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