Constant pyo3_macros_backend::method::RECEIVER_BY_VALUE_ERR

source ·
const RECEIVER_BY_VALUE_ERR: &str = "Python objects are shared, so 'self' cannot be moved out of the Python interpreter.
Try `&self`, `&mut self, `slf: PyRef<'_, Self>` or `slf: PyRefMut<'_, Self>`.";
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here