Skip to main content

SchemaSourceMap

Type Alias SchemaSourceMap 

Source
pub type SchemaSourceMap = IndexMap<SchemaNodeId, NodeId>;
Expand description

Mapping from schema node IDs to their source document node IDs. Used for propagating origin information for error formatting.

Aliased Typeยง

pub struct SchemaSourceMap { /* private fields */ }