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.