Module knows_visitor

Source
Expand description

This module defines the KnowsVisitor trait, which is used to define the associated type Visitor for a tree node. A trait for objects that know their visitor.

Traitsยง

KnowsVisitor