Expand description
Enum wrapper providing a type-erased view over the various concrete Account implementations.
The AccountAny enum is primarily used when heterogeneous account types need to be stored in a
single collection (e.g. Vec<AccountAny>). Each variant simply embeds one of the concrete
account structs defined in this module.
Enumsยง
- Account
Any - Represents any account type, so accounts can be held in one collection.