DangerousStyleNodeOf

Type Alias DangerousStyleNodeOf 

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

Type alias to extract ConcreteDangerousStyleNode from a LayoutDomTypeBundle implementation.