macro_rules! private_impl_to_python_with_reference { (&$self: ident, $py: ident, $rs_type: ty => $py_type: ty $convert: block) => { ... }; }
Implement ToPython on the given Rust type and a reference to it.
ToPython