Function preserves::ser::to_writer[][src]

pub fn to_writer<W: Writer, T: Serialize + ?Sized>(
    write: &mut W,
    value: &T
) -> Result<(), Error>