Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IntoIterator for &Bound types #3923

Merged
merged 5 commits into from
Mar 4, 2024

Implement IntoIterator for &Bound<'py, PyIterator>

fe64fc1
Select commit
Loading
Failed to load commit list.
Merged

Add IntoIterator for &Bound types #3923

Implement IntoIterator for &Bound<'py, PyIterator>
fe64fc1
Select commit
Loading
Failed to load commit list.
Netlify / Pages changed - pyo3 completed Mar 3, 2024 in 1m 0s

21 new files uploaded

17 generated pages and 4 assets changed.

Details

Changed pages include:

  • main/doc/pyo3/struct.bound.html - view
  • main/doc/pyo3/struct.py.html - view
  • internal/doc/pyo3/conversion/trait.pytryfrom.html - view
  • internal/doc/pyo3/instance/struct.bound.html - view
  • internal/doc/pyo3/instance/struct.py.html - view
  • internal/doc/pyo3/type_object/trait.pytypecheck.html - view
  • internal/doc/pyo3/types/iterator/index.html - view
  • main/doc/pyo3/conversion/trait.pytryfrom.html - view
  • main/doc/pyo3/prelude/struct.bound.html - view
  • main/doc/pyo3/prelude/struct.py.html - view

There are more changes not included in the list