Module option_box
Available on crate feature
dep_rkyv
only.Expand description
A niched archived Option<Box<T>>
that uses less space.
Structs§
- A niched archived
Option<Box<T>>
.
Enums§
- The resolver for
ArchivedOptionBox
.
Type Aliases§
- An iterator over a reference to the
Some
variant of anArchivedOptionBox
.