pub trait Reindex {
// Required method
fn reindex(&mut self, map: &IndexMap);
}
Expand description
Helper trait for reindexing process.
Reindexing is responsible for eliminating expression duplicates. It must be performed on a structure with no forward references.