Type Definition rustpython_common::lock::PyMutexGuard

source ·
pub type PyMutexGuard<'a, T> = MutexGuard<'a, RawMutex, T>;