serde_brief

Function to_writer_with_config

source
pub fn to_writer_with_config<T, W>(
    value: &T,
    writer: W,
    config: Config,
) -> Result<()>
where T: Serialize, W: Write,
Expand description

Serialize a type into a Writer using the given configuration.