pub fn s(literal: impl Into<Cow<'static, str>>) -> ExprExpand description
A single-quoted string literal. s("A") renders 'A'.
Nothing is escaped: this is for SQL the program itself wrote — a keyword, an enum
label, a collation name. Text from outside belongs in arg, where it is bound.