Struct style::dom::ShowSubtree [] [src]

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

Wrapper to output the subtree rather than the single node when formatting for Debug.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more