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

Aliased Type§

struct PyMutexGuard<'a, T> { /* private fields */ }