pub trait SwaggerController: NgynController { // Provided method fn swagger_meta(&self) -> SwaggerMeta { ... } }