Trait s2n_quic_core::memo::ConsistencyCheck
source · pub trait ConsistencyCheck: Clone + Default {
// Required method
fn check_consistency<T: PartialEq + Debug, Input>(
&self,
cache: T,
input: &Input,
query: fn(_: &Input) -> T
);
}Expand description
Trait to configure consistency checking behavior
Required Methods§
Object Safety§
This trait is not object safe.