Module option_box

Source
Expand description

A niched archived Option<Box<T>> that uses less space.

Structs§

ArchivedOptionBox
A niched archived Option<Box<T>>.

Enums§

OptionBoxResolver
The resolver for ArchivedOptionBox.

Type Aliases§

Iter
An iterator over a reference to the Some variant of an ArchivedOptionBox.
IterMut
An iterator over a mutable reference to the Some variant of an ArchivedOptionBox.