Trait cranelift_egraph::CtxHash
source · pub trait CtxHash<Value: ?Sized>: CtxEq<Value, Value> {
// Required method
fn ctx_hash(&self, value: &Value, uf: &mut UnionFind) -> u64;
}
Expand description
Trait that allows for hashing given some external context.