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.
macro_rules! private_impl_to_python_pyany { ($rs_type: ty => $py_type: ty) => { ... }; }
Implement ToPython<Py<PyAny>> for a type using its implementation for ToPython<P> where P: ToPyObject.