devela::_dep::rkyv

Type Alias RelPtr

pub type RelPtr<T> = RelPtr<T, i32_le>;
Available on crate feature dep_rkyv only.
Expand description

The default relative pointer.

This will use an archived FixedIsize to hold the offset.

Aliased Typeยง

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