pub type FromSqlResult<T> = Result<T, FromSqlError>;Expand description
Result type for implementors of the FromSql trait.
Aliased Type§
pub enum FromSqlResult<T> {
Ok(T),
Err(FromSqlError),
}Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.