I have enum like:
enum MyEnum { key1 = \'val1\' key2 = \'val2\' }
But I haven\'t idea how to implement SomeType that does
SomeType