pub type PastConnectionList = HistoricalList<PastConnectionData>;Expand description
Data structures for storing historical connection information for a BSS.
Aliased Type§
pub struct PastConnectionList(pub VecDeque<PastConnectionData>);Tuple Fields§
§0: VecDeque<PastConnectionData>