Function root_io::tree_reader::ttree[][src]

pub fn ttree<'s, E>(
    i: &'s [u8],
    context: &'s Context
) -> IResult<&'s [u8], Tree, E> where
    E: ParseError<&'s [u8]> + Debug

Parse a Tree from the given buffer. Usually used through FileItem::parse_with.