Function pyo3::marshal::loads_bound

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

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

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