[][src]Trait syntax_pos::Pos

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

Required methods

fn from_usize(n: usize) -> Self

fn to_usize(&self) -> usize

fn from_u32(n: u32) -> Self

fn to_u32(&self) -> u32

Loading content...

Implementors

impl Pos for BytePos[src]

impl Pos for CharPos[src]

Loading content...