Function fashion::select

source ·
pub fn select<'a, S: 'a + FashionSubject + Clone>(
    subject: &S,
    selectors: Vec<Selector>
) -> SelectionIter<SingleInquiryIter<'_, S>> 
Expand description

Select adepts from a suitable subject. See Hatmel for impl