Trait RangeInclusiveIteratorImpl
pub(in ::iter::range) trait RangeInclusiveIteratorImpl
Associated Types
type Item;
Required Methods
fn spec_try_fold<B, F, R>(&mut self, init: B, f: F) -> R where Self: Sized, F: FnMut(B, Self::Item) -> R, R: Try<Output = B>,fn spec_try_rfold<B, F, R>(&mut self, init: B, f: F) -> R where Self: Sized, F: FnMut(B, Self::Item) -> R, R: Try<Output = B>,
Implementors
impl<A: Step> RangeInclusiveIteratorImpl for RangeInclusive<A>impl<T: TrustedStep> RangeInclusiveIteratorImpl for RangeInclusive<T>