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