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

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

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