Trait ibm_db::Handle[][src]

pub trait Handle {
    type To;
    unsafe fn handle(&self) -> *mut Self::To;
}
Expand description

Reflects the ability of a type to expose a valid handle

Associated Types

Required methods

Returns a valid handle to the odbc type.

Implementors