Trait peresil::Point [] [src]

pub trait Point: Ord + Copy {
    fn zero() -> Self;
}

A location in the parsed data

Required Methods

The initial point

Implementors