Searched defs:TryLockResult (Results 1 – 5 of 5) sorted by relevance
166 pub type TryLockResult<Guard> = Result<Guard, TryLockError<Guard>>; typedef