Skip to main content

PrefixKey

Trait PrefixKey 

Source
pub trait PrefixKey<K: ObjectKey> {
    type Value<'a>;
}
Expand description

This trait is implemented for types that can be used as prefix keys in state objects.

Required Associated Types§

Source

type Value<'a>

The possibly borrowed value type to use.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§