Expand description
Types and functions allowing you to traverse a Type
.
Traits§
Functions§
- visit_
annotations - The default implementation of
Visitor::visit_annotations
. - visit_
array - The default implementation of
Visitor::visit_array
. - visit_
builtin_ type - The default implementation of
Visitor::visit_builtin_type
. - visit_
enum - The default implementation of
Visitor::visit_enum
. - visit_
opaque_ type - The default implementation of
Visitor::visit_opaque_type
. - visit_
record - The default implementation of
Visitor::visit_record
. - visit_
record_ field - The default implementation of
Visitor::visit_record
. - visit_
type - The default implementation of
Visitor::visit_type
. - visit_
typedef - The default implementation of
Visitor::visit_typedef
.