combine::stream

Function uncons_range

Source
pub fn uncons_range<I>(
    input: &mut I,
    size: usize,
) -> ConsumedResult<I::Range, I>
where I: ?Sized + RangeStream,