Home
last modified time | relevance | path

Searched defs:TryFromLayoutError (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dlayout.rs41 pub const fn from_layout(layout: Layout) -> Result<Self, TryFromLayoutError> { in from_layout() argument
329 pub struct TryFromLayoutError; struct
331 impl Error for TryFromLayoutError {} implementation
333 impl Display for TryFromLayoutError { implementation