fn map_result<T, U, F>(result: LockResult<T>, f: F) -> LockResult<U>where
F: FnOnce(T) -> U,Available on
Py_3_13 and non-Py_LIMITED_API only.fn map_result<T, U, F>(result: LockResult<T>, f: F) -> LockResult<U>where
F: FnOnce(T) -> U,Py_3_13 and non-Py_LIMITED_API only.