Type Alias redis_protocol::resp3::types::FrameSet

source ·
pub type FrameSet<T> = HashSet<T>;
Available on crate feature resp3 only.
Expand description

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

Aliased Type§

struct FrameSet<T> { /* private fields */ }