i have a toml file in format :
enum_variant_1 ={code = "code_1", action ="action_1"}
i want to generate a an enum variants from it .
i have a toml file in format :
enum_variant_1 ={code = "code_1", action ="action_1"}
i want to generate a an enum variants from it .
I believe the documetation you are looking for is found here: