Function textify_literal_from_string

Source
pub fn textify_literal_from_string<S: Scope, W: Write>(
    s: &str,
    t: Kind,
    ctx: &S,
    w: &mut W,
) -> Result