Type Alias CompareAndSetError

Deprecated: Use `CompareExchangeError` instead
pub type CompareAndSetError<'g, T, P> = CompareExchangeError<'g, T, P>;

The error returned on failed compare-and-set operation.