Struct style::dom::ShowSubtreeData [] [src]

pub struct ShowSubtreeData<N: TNode>(pub N);

Wrapper to output the subtree along with the ElementData when formatting for Debug.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more