pub fn is_retryable_serialization(err: &Error) -> boolExpand description
True iff err is a retryable serialization/deadlock fault.
Exposed for callers that run their own SERIALIZABLE-tx retry loop
and need to tell retryable from fatal on sqlx errors.