use sov_modules_api::{ModuleInfo, StateMap}; #[derive(ModuleInfo)] enum TestStruct { #[state] TestState1(StateMap), #[state] TestState2(C), } fn main() {}