NamedParams

Type Alias NamedParams 

Source
pub type NamedParams = Vec<(Cow<'static, str>, Value)>;

Aliased Type§

pub struct NamedParams { /* private fields */ }

Trait Implementations§

Source§

impl Params for NamedParams

Source§

fn bind(self, stmt: &mut Statement<'_>) -> Result<()>