Function pyo3::marshal::loads

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

Deprecated form of loads_bound