private_impl_to_python_with_reference

Macro private_impl_to_python_with_reference 

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

Implement ToPython on the given Rust type and a reference to it.