Function to_writer

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

Serialize struct into a Writer