Function root_io::core::parsers::raw_no_context[][src]

pub fn raw_no_context<'s, E>(
    input: &'s [u8]
) -> IResult<&'s [u8], (ClassInfo<'_>, &[u8]), E> where
    E: ParseError<&'s [u8]> + Debug

Same as raw but doesn't require a Context as input. Panics if a Context is required to parse the underlying buffer (i.e., the given buffer contains a reference to some other part of the file.