[][src]Trait math::traits::SubsetIndexable

pub trait SubsetIndexable<S, Output> {
    pub fn get_set_containing(&self, subset: &S) -> Option<Output>;
}

Required methods

pub fn get_set_containing(&self, subset: &S) -> Option<Output>[src]

Loading content...

Implementors

Loading content...