Type Alias codespan::RawOffset

source ·
pub type RawOffset = i64;
Expand description

The raw, untyped offset.

Trait Implementations§

source§

impl From<ByteOffset> for RawOffset

source§

fn from(offset: ByteOffset) -> RawOffset

Converts to this type from the input type.
source§

impl From<ColumnOffset> for RawOffset

source§

fn from(offset: ColumnOffset) -> RawOffset

Converts to this type from the input type.
source§

impl From<LineOffset> for RawOffset

source§

fn from(offset: LineOffset) -> RawOffset

Converts to this type from the input type.