Searched refs:LayoutError (Results 1 – 2 of 2) sorted by relevance
10 pub struct LayoutError; struct65 pub const fn new(len: usize) -> Result<Self, LayoutError> { in new() argument74 _ => Err(LayoutError), in new()
8 alloc::{layout::LayoutError, AllocError},216 impl From<LayoutError> for Error {217 fn from(_: LayoutError) -> Error { in from()