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 AllocErrorimpl Send for AllocErrorimpl Sync for AllocErrorimpl Unpin for AllocErrorimpl UnwindSafe for AllocErrorBlanket Implementations
Mutably borrows from an owned value. Read more