Trait OrePlaintextOps

Source
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.

Implementors§

Source§

impl<T: Ord + Sized + Bounded + One + Copy + Sub<Output = T> + Add<Output = T>> OrePlaintextOps for T

Blanket implementation of OrePlaintextOps