pub trait Map0<BypassOrphanRule, K, V> {
// Required method
fn empty() -> Self;
}Expand description
Map that can be empty. Unlocks: map! {}
Required Methods§
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.