Skip to main content

WeakSArcRwLock

Type Alias WeakSArcRwLock 

Source
pub type WeakSArcRwLock<T> = WeakSArc<RwLockStorage, T>;
Expand description

Weak handle for SArcRwLock.

Use this alias when the strong handle has type SArcRwLock<T>.

Aliased Typeยง

pub struct WeakSArcRwLock<T> { /* private fields */ }