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

pub fn ttree<'s>(input: &'s [u8], context: &Context) -> IResult<&'s [u8], Tree>

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