Type Alias rkyv::rel_ptr::RawRelPtrI8

source ·
pub type RawRelPtrI8 = RawRelPtr<Archived<i8>>;
Expand description

A raw relative pointer that uses an archived i8 as the underlying offset.

Aliased Type§

struct RawRelPtrI8 { /* private fields */ }