Trait peresil::Point[][src]

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

A location in the parsed data

Required Methods

The initial point

Implementations on Foreign Types

impl Point for usize
[src]

impl Point for i32
[src]

Implementors