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 */ }
pub type UndisplayedStyleCache = HashMap<OpaqueElement, Arc<ComputedValues>>;
A cache from element reference to known-valid computed style.
pub struct UndisplayedStyleCache { /* private fields */ }