from_network_binary

Function from_network_binary 

Source
pub fn from_network_binary<'de, S>(slice: &mut &'de [u8]) -> Result<Compound<S>>
where S: FromModifiedUtf8<'de> + Hash + Ord,
Expand description

Decodes uncompressed network NBT binary data from the provided slice, Network NBT omits the root compound.