Type Alias rkyv::rel_ptr::RawRelPtrU8

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

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

Aliased Type§

struct RawRelPtrU8 { /* private fields */ }