Function fastnbt::to_writer

source ·
pub fn to_writer<T: Serialize, W: Write>(writer: W, v: &T) -> Result<()>
Expand description

Serialize some T into NBT data. See the ser module for more information.