Function syn::visit_mut::visit_expr_while_mut

source ·
pub fn visit_expr_while_mut<V>(v: &mut V, node: &mut ExprWhile)
where V: VisitMut + ?Sized,