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