Skip to main content

openapi_service

Macro openapi_service 

Source
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.