depythonize

Function depythonize 

Source
pub fn depythonize<'a, 'py, T>(obj: &'a Bound<'py, PyAny>) -> Result<T>
where T: Deserialize<'a>,
Expand description

Attempt to convert a Python object to an instance of T