pub trait IterAdditionalSpecFns<'a, Key: 'a> { // Required method spec fn view(&self) -> (int, Seq<Key>); }