pub trait Handle: AsSQLHANDLE + Sized {
type Ident: Ident<Type = SQLSMALLINT>;
}Expand description
ODBC handle such as environment, connection, statement or descriptor.
For complete documentation, see API reference.
Required Associated Types§
type Ident: Ident<Type = SQLSMALLINT>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.