Trait imap_types::secret::CompareCT
source · pub trait CompareCT<T> {
// Required method
fn compare_ct(&self, other: &T) -> bool;
}pub trait CompareCT<T> {
// Required method
fn compare_ct(&self, other: &T) -> bool;
}