[][src]Function syn::visit::visit_expr_box

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