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§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".