syn::visit

Function visit_expr_loop

Source
pub fn visit_expr_loop<'ast, V>(v: &mut V, node: &'ast ExprLoop)
where V: Visit<'ast> + ?Sized,