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

pub fn loads<'a, B>(py: Python<'a>, data: &B) -> PyResult<&'a PyAny> where
    B: AsRef<[u8]> + ?Sized
Expand description

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