private_impl_to_python_pyany

Macro private_impl_to_python_pyany 

Source
macro_rules! private_impl_to_python_pyany {
    ($rs_type: ty => $py_type: ty) => { ... };
}
Expand description

Implement ToPython<Py<PyAny>> for a type using its implementation for ToPython<P> where P: ToPyObject.