Trait alloc::alloc::failure_handling::FailureHandling
source · pub trait FailureHandling: Sealed + Send + Sync + Unpin {
type Result<T, E>;
}
🔬This is a nightly-only experimental API. (
allocator_api
#32838)Expand description
Describes the handling behavior in case of allocation failure.
Required Associated Types§
Object Safety§
This trait is not object safe.