[go: up one dir, main page]

Function combine::stream::uncons_range [] [src]

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