Function fastnbt::stream::find_compound

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

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.