Function map_null_lsn_to_retry

Source
fn map_null_lsn_to_retry<T>(
    result: Result<T, SqlServerError>,
) -> RetryResult<T, SqlServerError>