Skip to main content

write_json

Function write_json 

Source
pub fn write_json<W: Write, S: Serialize + ?Sized>(
    w: &mut W,
    val: &S,
) -> Result<()>