Trait solana_runtime::contains::Contains [−][src]
pub trait Contains<'a, T: Eq + Hash> { type Item: Borrow<T>; type Iter: Iterator<Item = Self::Item>; fn contains(&self, key: &T) -> bool; fn contains_iter(&'a self) -> Self::Iter; }
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
Loading content...Implementors
Loading content...