pyo3/guide
Icxolu 4f8ee96881
fix AsRef and Deref impls on Bound<T> (#3879)
* fix `AsRef` and `Deref` of `Bound<T>` to `Bound<PyAny>`

* cleanup unnessesary `.as_any()` calls

* remove trait bound on `AsRef` impl

* add comment for `Deref` trait bound

* rename marker trait
2024-02-22 22:38:42 +00:00
..
src fix AsRef and Deref impls on Bound<T> (#3879) 2024-02-22 22:38:42 +00:00
book.toml
pyclass_parameters.md
pyo3_version.py