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

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