Function nbt::decode::read_gzip_compound_tag[][src]

pub fn read_gzip_compound_tag<R: Read>(
    reader: &mut R
) -> Result<CompoundTag, TagDecodeError>

Read a compound tag from a reader compressed with gzip.