Skip to main content

s

Function s 

Source
pub fn s(literal: impl Into<Cow<'static, str>>) -> Expr
Expand 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.