Type Alias pi_share::ShareRwLock

source ·
pub type ShareRwLock<T> = RwLock<T>;

Aliased Type§

struct ShareRwLock<T> { /* private fields */ }