Module webrender::print_tree

source ·

Structs

  • A struct that makes it easier to print out a pretty tree of data, which can be visually scanned more easily.

Traits

  • A trait that makes it easy to describe a pretty tree of data, regardless of the printing destination, to either print it directly to stdout, or serialize it as in the debugger