Handle

Trait Handle 

Source
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§

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.

Implementors§