Function forest_encoding::to_writer[][src]

pub fn to_writer<W, T>(writer: W, value: &T) -> Result<(), Error> where
    W: Write,
    T: Serialize
Expand description

Serializes a value to a writer.