Debugging Rust-pyo3 lifetime errors
I am trying to convert a custom rust type into a Bound<PyAny>
, however I keep running into rust lifetime errors which I can’t seem to resolve even with explicit lifetime identifiers.
I am trying to convert a custom rust type into a Bound<PyAny>
, however I keep running into rust lifetime errors which I can’t seem to resolve even with explicit lifetime identifiers.