Type Alias FrameMap

Source
pub type FrameMap<K, V> = HashMap<K, V>;
Available on crate feature resp3 only.
Expand description

A map struct for frames that uses either indexmap::IndexMap, hashbrown::HashMap, or std::collections::HashMap depending on the enabled feature flags.

Aliased Typeยง

pub struct FrameMap<K, V> { /* private fields */ }