pub type PyThreadMutex<T> = ThreadMutex<RawMutex, RawThreadId, T>;

Aliased Type§

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