pub type NSTDTimedMutexLockResult<'m, 'a> = NSTDUnixMutexLockResult<'m, 'a>;
Available on crate feature nstd_timed_mutex only.
Expand description

A result type containing a timed mutex lock whether or not the mutex is poisoned.