pub trait OrePlaintextOps:
Ord
+ Bounded
+ One
+ Copy
+ Sub<Output = Self>
+ Add<Output = Self> { }
Expand description
Convenience alias for all of the traits that must be implemented by the type held by an OrePlaintext
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.