Skip to main content

quote

Function quote 

Source
pub fn quote(parts: impl IntoIdent) -> Expr
Expand description

A quoted identifier: quote("age") gives "age", quote(("users", "id")) gives "users"."id".