I have an enum that has different variant possibilities like so:
pub enum Enum { Empty, Single(Struct), Multi(V