Function combine::stream::uncons_range

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