Skip to main content

ViewsMap

Type Alias ViewsMap 

Source
pub type ViewsMap = FxHashMap<String, Arc<View>>;
Expand description

Type alias for regular views collection

Aliased Typeยง

pub struct ViewsMap { /* private fields */ }