Let's consider a refactor similar to the one in https://github.com/rust-lang/rust/pull/45930. ```rust enum GenericParam { Lifetime(LifetimeDef), Type(TyParam), } ```