Trait array_math::ConstIterator
source · pub trait ConstIterator {
type Item<'a>
where Self: 'a;
// Required method
fn next<'a>(&'a mut self) -> Option<Self::Item<'a>>;
}Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.