Function dumps_bound
pub fn dumps_bound<'py>(
py: Python<'py>,
object: &impl AsPyPointer,
version: i32,
) -> Result<Bound<'py, PyBytes>, PyErr> ⓘ
👎Deprecated since 0.23.0: use
dumps
insteadAvailable on crate features
dep_pyo3
and std
only.Expand description
Deprecated form of dumps
.