Type Definition crossbeam_epoch::CompareAndSetError
source · pub type CompareAndSetError<'g, T, P> = CompareExchangeError<'g, T, P>;👎Deprecated: Use
CompareExchangeError insteadExpand description
The error returned on failed compare-and-set operation.