pub trait HandleType: Sealed { }
Expand description
OCI handle type to restrict the associate type OciAttr::HandleType
By using the sealed trait pattern, no types outside of the oracle
crate implement this.
pub trait HandleType: Sealed { }
OCI handle type to restrict the associate type OciAttr::HandleType
By using the sealed trait pattern, no types outside of the oracle
crate implement this.