Skip to main content

pyo3/impl_/
deprecated.rs

1#[deprecated(
2    since = "0.30.0",
3    note = "`skip_from_py_object` enabled by default. The option will be removed in the future"
4)]
5pub const SKIP_FROM_PY_OBJECT_DEPRECATED: () = ();
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here