pub fn trailing_quote(content: &str) -> Option<&str>
Return the trailing quote string for a string, template, or bytes literal (e.g., """).
"""