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

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

Type alias for the result of RecursiveMutex::try_lock.