Type Alias rustpython_common::lock::PyMutex

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