Trait oracle::oci_attr::mode::Mode

source ·
pub trait Mode: Sealed { }
Expand description

Access mode to restrict the associate type OciAttr::Mode

By using the sealed trait pattern, no types outside of the oracle crate implement this.

Implementors§