Type Definition codespan::RawOffset [] [src]

type RawOffset = i64;

The raw, untyped offset.

Trait Implementations

impl From<RawOffset> for LineOffset
[src]

[src]

Performs the conversion.

impl From<RawOffset> for ColumnOffset
[src]

[src]

Performs the conversion.

impl From<RawOffset> for ByteOffset
[src]

[src]

Performs the conversion.