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

Encode the specified struct into a [u8] writer.