1 2 3 4 5 6 7 8 9
use dade::model; #[model] enum TestModel { Value( #[field(default = false)] bool ), } fn main() {}