[][src]Function fastnbt::stream::find_compound

pub fn find_compound<R: Read>(
    parser: &mut Parser<R>,
    name: Option<&str>
) -> Result<()>

Parse until the compound with the given name is found. This will enter other compounds and lists, rather than find a compound at the current level.