Type Definition codespan::RawOffset[][src]

type RawOffset = i64;

The raw, untyped offset.

Trait Implementations

impl From<ByteOffset> for RawOffset[src]

impl From<ColumnOffset> for RawOffset[src]

impl From<LineOffset> for RawOffset[src]