pub type GosMapIter<'a> = Iter<'a, GosValue, GosValue>;
struct GosMapIter<'a> { /* private fields */ }