Trait rusqlite::types::ToSql
[−]
[src]
pub trait ToSql {
fn to_sql(&self) -> Result<ToSqlOutput>;
}A trait for types that can be converted into SQLite values.