to_network_binary

Function to_network_binary 

Source
pub fn to_network_binary<W, S>(
    val: &Compound<S>,
    writer: W,
) -> Result<(), Error>
where W: Write, S: ToModifiedUtf8 + Hash + Ord,
Expand description

Encodes uncompressed network NBT binary data to the provided writer. Network NBT omits the root compound.