pub type NodesIterator<'a, T> = Box<dyn Iterator<Item = T> + 'a>;
pub struct NodesIterator<'a, T>(/* private fields */);