Type Definition odbc_futures::SqlResult

source ·
pub type SqlResult<T = ()> = Result<T, SqlError>;