Skip to main content

KeyIterator

Type Alias KeyIterator 

Source
pub type KeyIterator<'a, P = DefaultPolicy> = Iterator<'a, KeyType, Forward, P>;

Aliased Typeยง

pub struct KeyIterator<'a, P = DefaultPolicy> { /* private fields */ }