pub trait Contains: Collection { // Required method fn contains(&self, value: &Self::Item) -> bool; }