pub fn would_block_strategy() -> impl Strategy<Value = Option<ErrorKind>>
Available on crate feature proptest1 only.
Expand description

Returns a strategy that generates WouldBlock errors 20% of the time.