Trait rust_3d::traits::IsFilterRandomAccessible [] [src]

pub trait IsFilterRandomAccessible<RA, T> where
    RA: IsRandomAccessible<T>, 
{ fn filter(&self, ra: &RA, view: &mut View); }

IsFilterRandomAccessible is a trait used for filters for random accessible collections

Required Methods

Should filter the passed elements by setting the flags within the view

Implementors