Trait sgx_types::memeq::ConstTimeEq
source · pub trait ConstTimeEq<T: BytewiseEquality + ?Sized = Self> {
// Required method
fn ct_eq(&self, other: &T) -> bool;
// Provided method
fn ct_ne(&self, other: &T) -> bool { ... }
}