pub type SchemaRegistry = HashMap<SchemaHash, Schema>;Expand description
Lookup table mapping TypeSchemaId → Schema, used for resolving type references during deserialization with translation plans.
Aliased Type§
pub struct SchemaRegistry { /* private fields */ }