🔬This is a nightly-only experimental API. (allocator_api #32838)
Expand description

TBD

Structs

  • FallibleExperimental
    Handle allocation failure falliblyby returning a Result.
  • FatalExperimental
    Handle allocation failure globally by panicking / aborting.

Traits

  • FailureHandlingExperimental
    Describes the handling behavior in case of allocation failure.

Type Aliases