pub fn register(generator: &'static dyn OpenApiClientGenerator)Expand description
Register a custom generator plugin.
Call this before any generation operations to add custom generators. Built-in generators are registered automatically on first use.