Module alloc::boxed::thin

source ·

Structs

  • ThinBoxExperimental
    ThinBox.
  • WithHeader 🔒
    A pointer to type-erased data, guaranteed to either be:
  • An opaque representation of WithHeader<H> to avoid the projection invariance of <T as Pointee>::Metadata.