Function pyo3::marshal::loads

source ·
pub fn loads<'py, B>(py: Python<'py>, data: &B) -> PyResult<&'py PyAny>
where B: AsRef<[u8]> + ?Sized,
👎Deprecated since 0.21.0: loads will be replaced by loads_bound in a future PyO3 version
Available on non-Py_LIMITED_API only.
Expand description

Deprecated form of loads_bound

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here