Module bones_framework::prelude::bones_schema::registry
source · Expand description
Global schema registry.
Structs§
- A unique identifier for a schema registered in the
SCHEMA_REGISTRY
. - A schema registry that alloates
SchemaId
s forSchemaData
s and returns a registered [&'static Schema
][Schema].