Searched defs:WouldBlock (Results 1 – 5 of 5) sorted by relevance
77 pub fn try_lock(&self) -> Result<MutexGuard<T>, WouldBlock> { in try_lock() argument116 pub struct WouldBlock; struct118 impl Display for WouldBlock { implementation124 impl std::error::Error for WouldBlock {} implementation
25 WouldBlock, enumerator
111 WouldBlock(HandshakeMachine<Stream>), enumerator
146 WouldBlock(MidHandshakeSslStream<S>), enumerator
236 WouldBlock, enumerator