Trait HashEqDataKind

Source
pub trait HashEqDataKind {
    // Provided method
    fn signal_kind(&self) -> HashEqSignal { ... }
}

Provided Methods§

Source

fn signal_kind(&self) -> HashEqSignal

Implementations on Foreign Types§

Source§

impl<T, RT: Runtime> HashEqDataKind for (Scope<RT>, T)
where T: Hash + PartialEq + 'static,

Implementors§