private_intermediate_try_from_python

Macro private_intermediate_try_from_python 

Source
macro_rules! private_intermediate_try_from_python {
    ($py: ident, &$item: ident => $convert: ty $($(=> $delayed: ty)+)?) => { ... };
}
Expand description

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