[][src]Function pythonize::depythonize

pub fn depythonize<'de, T>(obj: &'de PyAny) -> Result<T> where
    T: Deserialize<'de>, 

Attempt to convert a Python object to an instance of T