[][src]Trait garando_pos::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 BytePos[src]

impl Pos for CharPos[src]

Loading content...