Skip to main content

walk_statements

Function walk_statements 

Source
pub fn walk_statements<F>(statements: &[Stmt], callback: F) -> Result<()>
where F: FnMut(&Stmt) -> Result<()>,
Expand description

Walk through all statements in a module recursively