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.