Type Alias style::traversal::UndisplayedStyleCache
source · pub type UndisplayedStyleCache = HashMap<OpaqueElement, Arc<ComputedValues>>;
Expand description
A cache from element reference to known-valid computed style.
Aliased Type§
struct UndisplayedStyleCache { /* private fields */ }