Type Alias rustpython_common::lock::PyMutex

source ·
pub type PyMutex<T> = Mutex<RawMutex, T>;

Aliased Type§

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