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

type LockResult<Guard> = Result<Guard, LockError<Guard>>;

Type alias for the result of RecursiveMutex::lock.