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

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

Required methods

fn get_set_containing(&self, subset: &S) -> Option<Output>

Loading content...

Implementors

Loading content...