Trait pyo3::instance::bound_object_sealed::Sealed

source ·
pub unsafe trait Sealed { }
Expand description

§Safety

Type must be layout-compatible with *mut ffi::PyObject.

Implementors§

source§

impl<'a, 'py, T> Sealed for Borrowed<'a, 'py, T>

source§

impl<'py, T> Sealed for Bound<'py, T>

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