Function json_ld_syntax::print::string_literal
source ยท pub fn string_literal(s: &str, f: &mut Formatter<'_>) -> Result<(), Error>
Expand description
Formats a string literal according to RFC8785.
pub fn string_literal(s: &str, f: &mut Formatter<'_>) -> Result<(), Error>
Formats a string literal according to RFC8785.