macro_rules! impl_element {
($t:ty, $f:ident) => { ... };
}Available on
Py_3_11 or non-Py_LIMITED_API only.macro_rules! impl_element {
($t:ty, $f:ident) => { ... };
}Py_3_11 or non-Py_LIMITED_API only.