Type Alias rkyv::primitive::ArchivedI64
source · pub type ArchivedI64 = i64_le;
Expand description
The archived version of i64
.
Aliased Type§
struct ArchivedI64(/* private fields */);
pub type ArchivedI64 = i64_le;
The archived version of i64
.
struct ArchivedI64(/* private fields */);