Searched defs:with_stable_hashing_context (Results 1 – 3 of 3) sorted by relevance
77 fn with_stable_hashing_context<R>(self, f: impl FnOnce(StableHashingContext<'_>) -> R) -> R { in with_stable_hashing_context() method
29 fn with_stable_hashing_context<R>(self, f: impl FnOnce(StableHashingContext<'_>) -> R) -> R; in with_stable_hashing_context() method
972 pub fn with_stable_hashing_context<R>( in with_stable_hashing_context() method