Skip to main content

cursive_tree/model/
path.rs

1use std::collections::*;
2
3/// Tree node path.
4pub type NodePath = VecDeque<usize>;