odbc-api-helper 0.1.6

odbc-api helper
Documentation
1
2
3
4
pub enum Error {
    OdbcError(odbc_api::Error),
    UnknownError(String),
}