pub trait Bounded: Collection { // Required methods fn lower(&self) -> Self::Item; fn upper(&self) -> Self::Item; }