[−][src]Trait swim_mem::resident::ResidentHash
A hashable Resident
of a raw memory Lease
.
Required methods
fn resident_hash<H: Hasher>(lease: &L, state: &mut H)
Hashes the resident of the lease
.
Implementors
impl<L: Lease> ResidentHash<L> for Box<L::Data, L::Meta> where
L::Data: Hash,
[src]
L::Data: Hash,