pub type NodeMapping = Vec<(usize, usize)>;Expand description
Represents a mapping between nodes in the pattern and target graphs.
Each tuple represents a (pattern_node, target_node) pair. For backwards compatibility, we use raw usize internally.
Aliased Typeยง
pub struct NodeMapping { /* private fields */ }