pub trait HashWithEngines {
// Required method
fn hash<H: Hasher>(&self, state: &mut H, engines: &Engines);
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait HashWithEngines {
// Required method
fn hash<H: Hasher>(&self, state: &mut H, engines: &Engines);
}