Module layout_dom

Module layout_dom 

Source

Traits§

LayoutDomTypeBundle
A trait that holds all the concrete implementations of the Layout DOM traits. This is useful because it means that other types (specifically the implementation of the Layout trait) can be parameterized over a single type (LayoutDomTypeBundle) rather than all of the various Layout DOM trait implementations.

Type Aliases§

DangerousStyleElementOf
Type alias to extract ConcreteDangerousStyleElement from a LayoutDomTypeBundle implementation.
DangerousStyleNodeOf
Type alias to extract ConcreteDangerousStyleNode from a LayoutDomTypeBundle implementation.
LayoutElementOf
Type alias to extract ConcreteLayoutElement from a LayoutDomTypeBundle implementation.
LayoutNodeOf
Type alias to extract ConcreteLayoutNode from a LayoutDomTypeBundle implementation.