pub type SQLiteFromSqlResult<T> = Result<T, FromSqlError>;Expand description
Result type for implementors of the FromSql trait.
Aliased Type§
pub enum SQLiteFromSqlResult<T> {
Ok(T),
Err(FromSqlError),
}pub type SQLiteFromSqlResult<T> = Result<T, FromSqlError>;Result type for implementors of the FromSql trait.
pub enum SQLiteFromSqlResult<T> {
Ok(T),
Err(FromSqlError),
}