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ยง
pub struct FrameSet<T> { /* private fields */ }