Type Definition rkyv::RawRelPtr

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

The default raw relative pointer.

This will use an archived FixedIsize to hold the offset.