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

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