[][src]Trait alacritty::index::Contains

pub trait Contains {
    type Content;
    fn contains_(&self, item: Self::Content) -> bool;
}

Associated Types

type Content

Loading content...

Required methods

fn contains_(&self, item: Self::Content) -> bool

Loading content...

Implementations on Foreign Types

impl<T: PartialOrd<T>> Contains for Range<T>[src]

type Content = T

impl<T: PartialOrd<T>> Contains for RangeInclusive<T>[src]

type Content = T

Loading content...

Implementors

Loading content...