Trait nametable::NameTableIdx [] [src]

pub trait NameTableIdx {
    fn to_index(&self) -> usize;
}

Required Methods

Implementors