pub type SchemaRegistryService = DockerService<SchemaRegistryConfig>;Expand description
Docker-backed Schema Registry service.
Aliased Type§
pub struct SchemaRegistryService {
    config: SchemaRegistryConfig,
}Fields§
§config: SchemaRegistryConfig