Struct style::dom::ShowSubtreeDataAndPrimaryValues
[−]
[src]
pub struct ShowSubtreeDataAndPrimaryValues<N: TNode>(pub N);
Wrapper to output the subtree along with the ElementData and primary ComputedValues when formatting for Debug. This is extremely verbose.