Function golden_apple::nbt::from_reader[][src]

pub fn from_reader<R: Read>(reader: &mut R) -> Result<NamedTag, Error>
Expand description

Reads an entire NBT compound from a Read type.