kvarn_async::prelude::compact_str::core::alloc

Struct AllocError

source
pub struct AllocError;
🔬This is a nightly-only experimental API. (allocator_api)
Expand description

The AllocError error indicates an allocation failure that may be due to resource exhaustion or to something wrong when combining the given input arguments with this allocator.

Trait Implementations§

source§

impl Clone for AllocError

source§

fn clone(&self) -> AllocError

Returns a copy of the value. Read more
1.0.0 · source§

fn