pub trait AsBound { type Item; // Required method fn bound(&self) -> Bound<&Self::Item>; }
Types that can be interpreted as range bounds.