Type Alias rkyv::RelPtr

source ·
pub type RelPtr<T> = RelPtr<T, Archived<isize>>;
Expand description

The default relative pointer.

This will use an archived FixedIsize to hold the offset.

Aliased Type§

struct RelPtr<T> { /* private fields */ }