Function nbt_lib::ser::to_bytes_with_opts
source ยท pub fn to_bytes_with_opts<T: Serialize + Debug>(
v: &T,
opts: SerOpts
) -> Result<Vec<u8>>Expand description
converts data implementing Serialize into NBT data bytes