pub type ObjectValueIter<'a, T> = Iter<'a, T>;
object
struct ObjectValueIter<'a, T> { /* private fields */ }