IterMy

Type Alias IterMy 

Source
pub type IterMy<'a, K, V> = Iter<'a, K, V>;
Expand description

类型别名,保持向后兼容

Aliased Type§

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