Function serde_json::ser::format_escaped_str_contents

source ยท
fn format_escaped_str_contents<W, F>(
    writer: &mut W,
    formatter: &mut F,
    value: &str,
) -> Result<()>
where W: ?Sized + Write, F: ?Sized + Formatter,