[][src]Function syn::visit::visit_expr_unsafe

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