Type Alias UndisplayedStyleCache

Source
pub type UndisplayedStyleCache = HashMap<OpaqueElement, Arc<ComputedValues>>;
Expand description

A cache from element reference to known-valid computed style.

Aliased Typeยง

pub struct UndisplayedStyleCache { /* private fields */ }