Trait rusqlite::types::FromSql [] [src]

pub trait FromSql: Sized {
    fn column_result(value: ValueRef) -> FromSqlResult<Self>;
}

A trait for types that can be created from a SQLite value.

Required Methods

Implementors