[][src]Type Definition py_marshal::ArcRwLock

type ArcRwLock<T> = Arc<RwLock<T>>;

Arc = immutable ArcRwLock = mutable