Function nbt::serialize::read_bare_nbt
[−]
[src]
pub fn read_bare_nbt<R, T>(src: &mut R) -> Result<T> where R: Read, T: NbtFmt<Into=T>
Deserializes a bare object (i.e. with no name or tag) from a given source.