to_writer

Function to_writer 

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

Serialize the given CFF as YAML into the IO stream.