Trait abi_stable::inline_storage::InlineStorage[][src]

pub unsafe trait InlineStorage { }
Expand description

Type used as the inline storage of a RSmallBox<>/NonExhaustive<>.

Safety

Implementors must:

  • Be types for which all bitpatterns are valid.

  • Not implement Drop,and have no drop glue.

Implementations on Foreign Types

Implementors