[−][src]Type Definition codespan::RawOffset
type RawOffset = i64;
The raw, untyped offset.
type RawOffset = i64;
The raw, untyped offset.
impl From<ByteOffset> for RawOffset
[src]fn from(offset: ByteOffset) -> RawOffset
[src]impl From<ColumnOffset> for RawOffset
[src]fn from(offset: ColumnOffset) -> RawOffset
[src]impl From<LineOffset> for RawOffset
[src]fn from(offset: LineOffset) -> RawOffset
[src]