Trait ConnHandle

Source
pub trait ConnHandle: HandleType { }
Expand description

OCI handle type related to Connection to restrict the type parameters of Connection::oci_attr and Connection::set_oci_attr

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§