pub type RcAtomicWeak<V, S = ()> = RcWeak<AtomicCounter, V, S>;
Weak pointer to an atomically counted reference counted thin pointer RcAtomic
RcAtomic
struct RcAtomicWeak<V, S = ()> { /* private fields */ }