Skip to main content

BackendKey

Trait BackendKey 

Source
pub trait BackendKey:
    Hash
    + Eq
    + Clone
    + Send
    + Sync { }
Expand description

Bounds required for backend keys

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> BackendKey for T
where T: Hash + Eq + Clone + Send + Sync,