[][src]Function nbt::de::from_zlib_reader

pub fn from_zlib_reader<R, T>(src: R) -> Result<T> where
    R: Read,
    T: DeserializeOwned

Decode an object from Named Binary Tag (NBT) format.

Note that only maps and structs can be decoded, because the NBT format does not support bare types. Other types will return Error::NoRootCompound.