pub trait FieldPathOrderExt { // Required methods fn ascending(&self) -> Order; fn descending(&self) -> Order; }