Struct std::alloc::AllocError [−][src]
pub struct AllocError;
Expand description
AllocError
错误表示分配失败,这可能是由于资源耗尽或将给定输入参数与此分配器组合在一起时出错所致。
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()