Skip to content

Commit

Permalink
impl Debug for Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dertin authored and pacman82 committed Jul 24, 2023
1 parent 1e956f2 commit 48a46af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odbc-api/src/environment.rs
Expand Up @@ -30,6 +30,7 @@ const ODBC_API_VERSION: AttrOdbcVersion = AttrOdbcVersion::Odbc3;
///
/// Creating the environment is the first applications do, then interacting with an ODBC driver
/// manager. There must only be one environment in the entire process.
#[derive(Debug)]
pub struct Environment {
environment: handles::Environment,
/// ODBC environments use interior mutability to maintain iterator state then iterating over
Expand Down

0 comments on commit 48a46af

Please sign in to comment.