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