dea102d6c8
This fixes one of my pet-peeves. Without this patch, I need to add them manually using the raw body stuff, or along the code that accesses the struct member, none of those being ideal.
8 lines
113 B
TOML
8 lines
113 B
TOML
[export]
|
|
prefix = "Style"
|
|
|
|
[enum]
|
|
derive_helper_methods = true
|
|
derive_const_casts = true
|
|
derive_mut_casts = true
|