IndexKey

Trait IndexKey 

Source
pub trait IndexKey:
    Debug
    + Clone
    + Eq
    + Hash { }
Expand description

Base trait for keys used in fingerprint indexes.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§