[][src]Function syn::visit::visit_stmt

pub fn visit_stmt<'ast, V: ?Sized>(v: &mut V, node: &'ast Stmt) where
    V: Visit<'ast>,