pub type HashResult<V> = Option<fn(&mut StableHashingContext<'_>, &V) -> Fingerprint>;
Aliased Type§
pub enum HashResult<V> {
None,
Some(fn(&mut StableHashingContext<'_>, &V) -> Fingerprint),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.