Function pyo3::marshal::loads[][src]

pub fn loads<'a, B>(py: Python<'a>, data: &B) -> PyResult<&'a PyAny> where
    B: AsRef<[u8]> + ?Sized
This is supported on non-Py_LIMITED_API only.
Expand description

Deserialize an object from bytes using the Python built-in marshal module.