pub trait EffectingData {
// Required method
fn effect_hash(&self) -> EffectHash;
}Expand description
Something that can be hashed to produce an EffectHash.
pub trait EffectingData {
// Required method
fn effect_hash(&self) -> EffectHash;
}Something that can be hashed to produce an EffectHash.