fn py_time_to_naive_time(
py_time: impl Deref<Target = impl PyTimeAccess>,
) -> PyResult<NaiveTime>Available on crate feature
chrono and non-Py_LIMITED_API only.fn py_time_to_naive_time(
py_time: impl Deref<Target = impl PyTimeAccess>,
) -> PyResult<NaiveTime>chrono and non-Py_LIMITED_API only.