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