Skip to main content

to_python

Function to_python 

Source
pub fn to_python<T: IntoPython>(value: T) -> PyResult<Py<PyAny>>
Expand description

Helper function to convert Rust value to Python