pub type KeyIdIter<'a, T> = Map<Iter<'a, One<T>>, fn(_: &'a One<T>) -> u32>;
An Iterator over key id numbers.