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