Function simd_json::to_writer_pretty[][src]

pub fn to_writer_pretty<T: ?Sized, W>(writer: W, to: &T) -> Result<()> where
    T: Serialize,
    W: Write

Write a value to a string

Errors

when the data can not be written