pub trait Handle { type To; // Required method unsafe fn handle(&self) -> *mut Self::To; }
Reflects the ability of a type to expose a valid handle
Returns a valid handle to the odbc type.