Function fastnbt::stream::skip_compound

source ·
pub fn skip_compound<R: Read>(parser: &mut Parser<R>) -> Result<()>
Expand description

Parse the input until the compound we are currently inside is complete. Handles inner compounds by skipping those as well.