to_io_writer

Function to_io_writer 

Source
pub fn to_io_writer<W: Write, T: Serialize>(
    output: &mut W,
    value: &T,
) -> Result<(), Error>
Expand description

Serialize a value as YAML into any [io::Write] target.