Module alloc::alloc::failure_handling
source · 🔬This is a nightly-only experimental API. (
allocator_api #32838)Expand description
TBD
Structs
- FallibleExperimentalHandle allocation failure falliblyby returning a
Result. - FatalExperimentalHandle allocation failure globally by panicking / aborting.
Traits
- FailureHandlingExperimentalDescribes the handling behavior in case of allocation failure.
Type Aliases
- DefaultFailureHandlingExperimentalType parameter default
FailureHandlingfor use in containers.