kvarn_async::prelude::compact_str::core::alloc

Struct LayoutError

1.50.0 · source
#[non_exhaustive]
pub struct LayoutError;
Expand description

The LayoutError is returned when the parameters given to Layout::from_size_align or some other Layout constructor do not satisfy its documented constraints.

Trait Implementations§

1.50.0 · source§

impl Clone for LayoutError

source§

fn clone(&self) -> LayoutError

Returns a copy of the value. Read more