Struct std::alloc::LayoutError 1.50.0[−][src]
#[non_exhaustive]pub struct LayoutError;
Expand description
给 Layout::from_size_align
或其他 Layout
构造函数的参数不满足其记录的约束。
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()