pub trait AxisExt { // Required methods fn is_horizontal(self) -> bool; fn is_vertical(self) -> bool; }