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