wiwi::rc

Type Alias RcStrAtomicWeak

Source
pub type RcStrAtomicWeak<M = ()> = RcStrWeak<AtomicCounter, M>;
Expand description

Weak pointer to an atomically counted reference counted thin pointer RcStrAtomic

Aliased Typeยง

struct RcStrAtomicWeak<M = ()> { /* private fields */ }