Type Definition rustpython_common::lock::PyRwLock

source ·
pub type PyRwLock<T> = RwLock<RawRwLock, T>;