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

An optional value of type NSTDTimedMutexLockResult.

This type is returned from nstd_timed_mutex_try_lock where the uninitialized variant means that the function would block.