[−][src]Trait doublecount::ActionTypeValueEnum
A trait which represents an enum/sized data structure which is capable of storing every possible concrete implementation of Action for your Program.
If you have some custom actions, you need to implement this trait yourself and use it to store your actions that you provide to Program.