Trait abi_stable::inline_storage::InlineStorage
source · 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.