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