[go: up one dir, main page]

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

pub fn uncons_range<Input: ?Sized>(
    input: &mut Input,
    size: usize
) -> ParseResult<Input::Range, <Input as StreamOnce>::Error> where
    Input: RangeStream