Home
last modified time | relevance | path

Searched defs:CompareExchangeError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/crossbeam-epoch/src/
Datomic.rs34 pub struct CompareExchangeError<'g, T: ?Sized + Pointable, P: Pointer<T>> { struct
42 impl<T, P: Pointer<T> + fmt::Debug> fmt::Debug for CompareExchangeError<'_, T, P> { implementation