[−][src]Function root_io::core::parsers::raw
pub fn raw<'s, 'c>(
input: &'s [u8],
context: &'c Context
) -> IResult<&'s [u8], Raw<'c>> where
's: 'c,
Parse a Raw chunk from the given input buffer. This is usefull when one does not know the exact type at the time of parsing