pub fn raw<'s, E>( input: &'s [u8], context: &'s Context, ) -> IResult<&'s [u8], Raw<'s>, E>where E: ParseError<&'s [u8]> + Debug,
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
Raw