Trait rusqlite::types::ToSql [] [src]

pub trait ToSql {
    unsafe fn bind_parameter(&self,
                             stmt: *mut sqlite3_stmt,
                             col: c_int)
                             -> c_int; }

A trait for types that can be converted into SQLite values.

Required Methods

Implementors