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