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", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl VectorKey for u32

Source§

impl VectorKey for Rc<String>

Source§

impl VectorKey for String

Implementors§