Type Alias go_vm::MapIter

source ·
pub type MapIter<'a, K, V> = Iter<'a, K, V>;

Aliased Type§

struct MapIter<'a, K, V> { /* private fields */ }