Type Definition py_marshal::ArcRwLock

source ·
pub type ArcRwLock<T> = Arc<RwLock<T>>;
Expand description

Arc = immutable ArcRwLock = mutable