[−][src]Trait pyo3::type_object::PyLayout
T: PyLayout<U>
represents that T
is a concrete representaion of U
in Python heap.
E.g., PyCell
is a concrete representaion of all pyclass
es, and ffi::PyObject
is of PyAny
.
This trait is intended to be used internally.