pub fn encode_to_unicode_with_formatting(
text: &str,
spans: &[FormattingSpan],
) -> Result<String, String>Expand description
Unicode version of encode_with_formatting.
pub fn encode_to_unicode_with_formatting(
text: &str,
spans: &[FormattingSpan],
) -> Result<String, String>Unicode version of encode_with_formatting.