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

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

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