Function nlsd::to_writer[][src]

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

serialize an instance of T to a writer