[][src]Trait pahs::Pos

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

A position in the parsed data

Required methods

pub fn zero() -> Self[src]

The initial position

Loading content...

Implementations on Foreign Types

impl Pos for usize[src]

Loading content...

Implementors

impl<'a, T> Pos for SlicePos<'a, T>[src]

Loading content...