Type Alias redis_protocol::resp3::types::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§

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