Skip to main content

apply_quote

Function apply_quote 

Source
pub fn apply_quote(
    value: Quotable<'_>,
    quotes: (&str, &str),
    replacements: &HashMap<char, &str>,
) -> String