syn::gen::visit

Function visit_expr_while

source
pub fn visit_expr_while<'ast, V>(v: &mut V, node: &'ast ExprWhile)
where V: Visit<'ast> + ?Sized,