1 2 3 4 5 6 7 8 9
use diesel_sort_struct_fields::sort_fields; #[sort_fields(foo)] pub struct A { a: i32, b: i32, } fn main() {}