You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
344 | start_date:NaiveDate,
| ^^^^^^^^^ the trait `PyStubType` is not implemented for `NaiveDate`
|
= help: the following other types implement trait `PyStubType`:&T&str()(T1,T2)(T1,T2,T3)(T1,T2,T3,T4)(T1,T2,T3,T4,T5)(T1,T2,T3,T4,T5,T6)
and 57 others
I think it could be added with a feature flag, so it maintains the ergonomics of pyo3.
The text was updated successfully, but these errors were encountered:
It seems that the chrono feature from pyo3 isn't supported for the stub gen.
I think it could be added with a feature flag, so it maintains the ergonomics of pyo3.
The text was updated successfully, but these errors were encountered: