visit_stmt

Function visit_stmt 

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

Default traversal for [Statement] nodes. Dispatches to the appropriate statement visitor.