Function raw

Source
pub fn raw<'s, E>(
    input: &'s [u8],
    context: &'s Context,
) -> IResult<&'s [u8], Raw<'s>, E>
where E: ParseError<&'s [u8]> + Debug,
Expand description

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