Type Alias rustpython_common::lock::PyMappedThreadMutexGuard
source · pub type PyMappedThreadMutexGuard<'a, T> = MappedThreadMutexGuard<'a, RawMutex, RawThreadId, T>;
Aliased Type§
struct PyMappedThreadMutexGuard<'a, T> { /* private fields */ }