Trait sway_core::engine_threading::HashWithEngines
source · pub trait HashWithEngines {
// Required method
fn hash<H: Hasher>(&self, state: &mut H, engines: &Engines);
}
pub trait HashWithEngines {
// Required method
fn hash<H: Hasher>(&self, state: &mut H, engines: &Engines);
}