Skip to main content

named

Function named 

Source
pub fn named(name: impl Into<Cow<'static, str>>) -> Expr
Expand description

A named argument placeholder, for preparing a statement whose values arrive at bind time. Fails on a dialect with no named-argument syntax.