[][src]Function fastnbt::stream::find_list

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

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.