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

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

Parse a TObjArray which does not have references pointing outside of the input buffer