LayoutElementOf

Type Alias LayoutElementOf 

Source
pub type LayoutElementOf<'dom, T> = <T as LayoutDomTypeBundle<'dom>>::ConcreteLayoutElement;
Expand description

Type alias to extract ConcreteLayoutElement from a LayoutDomTypeBundle implementation.