pub type KeyIter<'a, T> = Map<Iter<'a, One<T>>, fn(_: &'a One<T>) -> &'a T>;
An Iterator over secret keys.