Type Definition duckdb::types::FromSqlResult

source · []
pub type FromSqlResult<T> = Result<T, FromSqlError>;
Expand description

Result type for implementors of the FromSql trait.