wiwi::rc

Type Alias RcThreadWeak

Source
pub type RcThreadWeak<V, S = ()> = RcWeak<ThreadCounter, V, S>;
Expand description

Weak pointer to a single threaded reference counted thin pointer RcThread

Aliased Typeยง

struct RcThreadWeak<V, S = ()> { /* private fields */ }