pub fn extension_module_schema_for_spec(
spec: &ExtensionModuleSpec,
cache: &ExtensionModuleSchemaCache,
) -> Option<ParsedModuleSchema>Expand description
Load one declared extension’s shape.module schema, consulting the
provided cache before hitting the provider registry.