Skip to main content

walk_stmt

Function walk_stmt 

Source
pub fn walk_stmt<'a, V>(visitor: &mut V, stmt: &'a Stmt)
where V: StatementVisitor<'a> + ?Sized,