Macro rigetti_pyo3::private_intermediate_to_python

source ยท
macro_rules! private_intermediate_to_python {
    ($py: ident, &$item: ident $(=> $convert: ty)+) => { ... };
}
Expand description

(Internal) Helper macro to implement chained conversion through intermediate types, where the type system cannot determine a path from the first to last item.