Function advance_by_one

Source
fn advance_by_one<I>(n: NonZero<usize>, inner: I) -> Option<NonZero<usize>>
where I: IntoIterator<IntoIter: OneShot>,