pyo3/newsfragments/2734.changed.md
2022-11-18 07:00:40 +01:00

184 B

PyAny::cast_as() and Py::cast_as() are now deprecated in favor of PyAny::downcast() and the new Py::downcast(). The PyAny::downcast() lifetime bounds where slightly relaxed.