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.

Trait Implementations

impl<N: TNode> Debug for ShowSubtreeDataAndPrimaryValues<N>
[src]

[src]

Formats the value using the given formatter. Read more