Type Definition heron::rapier_plugin::rapier2d::crossbeam::epoch::CompareAndSetError[]

pub type CompareAndSetError<'g, T, P> = CompareExchangeError<'g, T, P>;
👎 Deprecated:

Use CompareExchangeError instead

Expand description

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