I have some structs that can implement traits, and an enum representing which trait to use.
If I store the struct in a variable, match on the enum, and then run the t