[−][src]Function serde_hjson::ser::to_writer
pub fn to_writer<W, T>(writer: &mut W, value: &T) -> Result<()> where
W: Write,
T: Serialize,
Encode the specified struct into a Hjson [u8]
writer.
pub fn to_writer<W, T>(writer: &mut W, value: &T) -> Result<()> where
W: Write,
T: Serialize,
Encode the specified struct into a Hjson [u8]
writer.