Type Alias PyRwLock

Source
pub type PyRwLock<T> = RwLock<RawRwLock, T>;

Aliased Typeยง

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