fn py_date_to_naive_date(
py_date: impl Deref<Target = impl PyDateAccess>,
) -> PyResult<NaiveDate>Available on crate feature
chrono and non-Py_LIMITED_API only.fn py_date_to_naive_date(
py_date: impl Deref<Target = impl PyDateAccess>,
) -> PyResult<NaiveDate>chrono and non-Py_LIMITED_API only.