Struct std::alloc::AllocError [−][src]
pub struct AllocError;
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
Auto Trait Implementations
impl RefUnwindSafe for AllocError
impl Send for AllocError
impl Sync for AllocError
impl Unpin for AllocError
impl UnwindSafe for AllocError
Blanket Implementations
Mutably borrows from an owned value. Read more