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.
pub trait Mode: Sealed { }Access mode to restrict the associate type OciAttr::Mode
By using the sealed trait pattern, no types outside of the oracle crate implement this.