Searched defs:WouldBlock (Results 1 – 1 of 1) sorted by relevance
74 pub fn try_lock(&self) -> Result<MutexGuard<T>, WouldBlock> { in try_lock() argument113 pub struct WouldBlock; struct115 impl Display for WouldBlock { implementation121 impl std::error::Error for WouldBlock {} implementation