1
2
3
4
5
#[derive(PartialOrd, PartialEq)]
pub enum ArrayTraces {
    OverColumns,
    OverRows,
}