[][src]Trait syntex_syntax2::codemap::Pos

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

Required methods

fn from_usize(n: usize) -> Self

fn to_usize(&self) -> usize

Loading content...

Implementors

impl Pos for CharPos[src]

impl Pos for BytePos[src]

Loading content...