Skip to main content

KvAssoc

Trait KvAssoc 

Source
pub trait KvAssoc {
    type Value;
}
Expand description

Associate a Key type and a Value type.

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§