Skip to main content

SchemaRegistry

Type Alias SchemaRegistry 

Source
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 */ }

Trait Implementations§