syn::visit

Function visit_expr_box

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