Function fastnbt::stream::find_list

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

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