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
pub fn depythonize<'a, 'py, T>(obj: &'a Bound<'py, PyAny>) -> Result<T>where
    T: Deserialize<'a>,Attempt to convert a Python object to an instance of T