pub type Bare = ();
core A zero-sized marker for a Storage type that wraps its data in a BareBox.
core
Storage
BareBox
Equivalent to the Boxed marker struct which uses a Box for the underlying storage.
Boxed
Box
A zero-sized marker for a storage type that wraps its data in a BareBox.
This implementation is equivalent to the one for Boxed which uses Box for storage.