[][src]Type Definition codespan::RawIndex

type RawIndex = u32;

The raw, untyped index. We use a 32-bit integer here for space efficiency, assuming we won't be working with sources larger than 4GB.

Trait Implementations

impl From<ByteIndex> for RawIndex[src]

impl From<ColumnIndex> for RawIndex[src]

impl From<LineIndex> for RawIndex[src]