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.
pub unsafe trait InlineStorage { }
Type used as the inline storage of a RSmallBox<>/NonExhaustive<>.
Implementors must:
Be types for which all bitpatterns are valid.
Not implement Drop,and have no drop glue.