Trait vstd::std_specs::hash::KeysAdditionalSpecFns
source · pub trait KeysAdditionalSpecFns<'a, Key: 'a, Value: 'a> {
// Required method
spec fn view(&self) -> (int, Seq<Key>);
}
pub trait KeysAdditionalSpecFns<'a, Key: 'a, Value: 'a> {
// Required method
spec fn view(&self) -> (int, Seq<Key>);
}