RawOffset

Type Alias 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.