Trait grass_runtime::algorithm::Components
source · [−]pub trait Components where
Self: Iterator + Sized + Sorted, {
fn components(self) -> ComponentsIter<Self>ⓘNotable traits for ComponentsIter<I>impl<I> Iterator for ComponentsIter<I> where
I: Iterator + Sorted,
I::Item: Region + Clone, type Item = RegionComponent<I::Item>;
where
Self::Item: Region + Clone,
{ ... }
}Provided Methods
fn components(self) -> ComponentsIter<Self>ⓘNotable traits for ComponentsIter<I>impl<I> Iterator for ComponentsIter<I> where
I: Iterator + Sorted,
I::Item: Region + Clone, type Item = RegionComponent<I::Item>; where
Self::Item: Region + Clone,
I: Iterator + Sorted,
I::Item: Region + Clone, type Item = RegionComponent<I::Item>;