[][src]Function syn::visit::visit_expr_type

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