Type Alias rerun::external::eframe::egui::viewport::ViewportIdMap

source ·
pub type ViewportIdMap<T> = HashMap<ViewportId, T, BuildHasherDefault<NoHashHasher<ViewportId>>>;
Expand description

A fast hash map from ViewportId to T.

Aliased Type§

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