[][src]Type Definition r3::sync::mutex::TryLockResult

type TryLockResult<Guard> = Result<Guard, TryLockError<Guard>>;

Type alias for the result of Mutex::try_lock.