macro_rules! private_impl_to_python_with_reference_and_pyany {
(&$self: ident, $py: ident, $rs_type: ty => $py_type: ty $convert: block) => { ... };
}macro_rules! private_impl_to_python_with_reference_and_pyany {
(&$self: ident, $py: ident, $rs_type: ty => $py_type: ty $convert: block) => { ... };
}