pub type Views = IndexMap<u32, View>;
A map of view ID to View.
View
struct Views { /* private fields */ }