[][src]Trait sql_builder::bind::Bind

pub trait Bind {
    fn bind(&self, arg: &dyn SqlArg) -> String;
fn binds(&self, args: &[&dyn SqlArg]) -> String; }

Required methods

fn bind(&self, arg: &dyn SqlArg) -> String

fn binds(&self, args: &[&dyn SqlArg]) -> String

Loading content...

Implementations on Foreign Types

impl<'_> Bind for &'_ str[src]

impl Bind for String[src]

Loading content...

Implementors

Loading content...