pub type PyMappedThreadMutexGuard<'a, T> = MappedThreadMutexGuard<'a, RawMutex, RawThreadId, T>;

Aliased Type§

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