pub type PyThreadMutexGuard<'a, T> = ThreadMutexGuard<'a, RawMutex, RawThreadId, T>;

Aliased Type§

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