Skip to main content

visit_type

Function visit_type 

Source
pub fn visit_type<V>(v: &mut V, node: &Type)
where V: Visit + ?Sized,
Expand description

Default traversal for Type nodes. This is a leaf node with no children to visit.