Function data_stream::to_stream[][src]

pub fn to_stream<S, V: ToStream<S>, W: Write>(
    value: &V,
    stream: &mut W
) -> Result<(), WriteError>
Expand description

A simple function to write a value to a stream.