I think it will look like: ```rust #[derive(opg::OpgModel)] struct Struct { #[opg("Some value", enum = "Value1,Value2,Value3")] value: String, } ```
I think it will look like: