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