Trait syntax_pos::Pos[][src]

pub trait Pos {
    fn from_usize(n: usize) -> Self;
fn to_usize(&self) -> usize; }

Required Methods

Implementors