Home
last modified time | relevance | path

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

/external/rust/crates/dashmap/src/
Dtry_result.rs40 pub fn try_unwrap(self) -> Option<R> { in try_unwrap() method
/external/rust/crates/vulkano/src/memory/allocator/
Dsuballocator.rs400 pub fn try_unwrap(self) -> Result<DeviceMemory, Self> { in try_unwrap() method