pyo3
0.24.0
In pyo3::
types::
tuple
Macros
tuple_conversion
Structs
BorrowedTupleIterator
BoundTupleIterator
PyTuple
Traits
PyTupleMethods
Functions
array_into_tuple
try_new_from_iter
wrong_tuple_length
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
pyo3
::
types
::
tuple
Macro
tuple_conversion
Copy item path
Settings
Help
Summary
Source
macro_rules! tuple_conversion { {$length:expr,$(($refN:ident, $n:tt, $T:ident)),+} => { ... }; }