1 2 3 4 5 6 7 8 9
use arrow_convert::ArrowField; #[derive(ArrowField)] #[arrow_field(type = "invalid_mode")] enum BadMode { A, } fn main() {}