ToSQLStatement

Trait ToSQLStatement 

Source
pub trait ToSQLStatement {
    // Required method
    fn to_sql_statment(&self) -> Result<SQLStatement, SQLSyntaxError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToSQLStatement for &str

Source§

impl ToSQLStatement for Vec<&str>

Implementors§