Type Definition r3::sync::mutex::TryLockResult

source ·
pub type TryLockResult<Guard> = Result<Guard, TryLockError<Guard>>;
Available on crate feature sync only.
Expand description

Type alias for the result of GenericMutex::try_lock.