pub fn from_network_binary<'de, S>( slice: &mut &'de [u8], ) -> Result<Compound<S>, Error>where S: FromModifiedUtf8<'de> + Hash + Ord,
Decodes uncompressed network NBT binary data from the provided slice, Network NBT omits the root compound.