# Functions
NewIndentedInspector generates a new IndentedInspector.
NewTemplateInspector creates a new inspector with a template.
# Structs
IndentedInspector uses a buffer to stop the indented representation of an element.
TemplateInspector uses a text template to inspect elements.
# Interfaces
Inspector defines an interface to implement to process elements.