[][src]Trait turbosloth::lazy::LazyIdentity

pub trait LazyIdentity {
    fn lazy_identity(&self) -> u64;
}

Required methods

fn lazy_identity(&self) -> u64

Loading content...

Implementors

impl<T: Hash> LazyIdentity for T[src]

Loading content...