pub(crate) fn is_incomplete(e: &Error) -> bool
Reports whether RocksDB marked an operation as incomplete.
Incomplete operations are retryable cursor conditions. Error conversion maps them to the standard I/O WouldBlock category.
WouldBlock