pub trait Tags { // Required methods fn register(&self, registry: &mut Registry); fn name(&self) -> &'static str; }
Represents a OpenAPI tags.
Register this tag type to registry.
Gets the tag name.