walk_stmt

Function walk_stmt 

Source
pub fn walk_stmt<'a, V: Visitor<'a>>(
    visitor: &mut V,
    statement: &'a Stmt,
) -> V::Result