Struct allocator_api2::alloc::AllocError  
source · 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§
source§impl Debug for AllocError
 
impl Debug for AllocError
source§impl Display for AllocError
 
impl Display for AllocError
source§impl Error for AllocError
 
impl Error for AllocError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()