Type Definition rusqlite::types::FromSqlResult[][src]

pub type FromSqlResult<T> = Result<T, FromSqlError>;
Expand description

Result type for implementors of the FromSql trait.