1 2 3 4 5 6 7 8 9
use borrowize::View; #[derive(View)] #[borrowize(field_visibility = "pub")] enum Bad { Value { name: String }, } fn main() {}