Relative Content

Tag Archive for pythonrustrust-macrospyo3rust-analyzer

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.