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
error[E0437]: type `Success` is not a member of trait `pyo3::class::basic::PyObjectSetAttrProtocol`
--> src/sentence.rs:251:1
|
251 | #[pyproto]
| ^^^^^^^^^^ not a member of trait `pyo3::class::basic::PyObjectSetAttrProtocol`
error: aborting due to previous error
__getattr__ works fine on the other hand.
The text was updated successfully, but these errors were encountered:
🐛 Bug Reports
When reporting a bug, please provide the following information. If this is not a bug report you can just discard this template.
🌍 Environment
rustc --version
): rustc 1.38.0-nightly (311376d30 2019-07-18)💥 Reproducing
Fails with:
__getattr__
works fine on the other hand.The text was updated successfully, but these errors were encountered: