Skip to main content

encode_to

Function encode_to 

Source
pub fn encode_to<T: Serialize, W: Write>(
    value: &T,
    writer: W,
    format: Format,
) -> Result<()>
Expand description

Serialize a value into a writer in the specified format.