private_intermediate_to_python

Macro 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.