Skip to main content

VectorKey

Trait VectorKey 

Source
pub trait VectorKey:
    Encode
    + Clone
    + PartialEq
    + Eq
    + Hash
    + 'static { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl VectorKey for u32

Source§

impl VectorKey for Rc<String>

Source§

impl VectorKey for String

Implementors§