pub type LayoutElementOf<'dom, T> = <T as LayoutDomTypeBundle<'dom>>::ConcreteLayoutElement;Expand description
Type alias to extract ConcreteLayoutElement from a LayoutDomTypeBundle implementation.
pub type LayoutElementOf<'dom, T> = <T as LayoutDomTypeBundle<'dom>>::ConcreteLayoutElement;Type alias to extract ConcreteLayoutElement from a LayoutDomTypeBundle implementation.