pub trait CtGt {
// Required method
fn ct_gt(&self, other: &Self) -> Choice;
}Expand description
Constant time greater than.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".