Trait pyo3::type_object::PySizedLayout
source · pub trait PySizedLayout<T>: PyLayout<T> + Sized { }
Expand description
T: PySizedLayout<U>
represents that T
is not a instance of
PyVarObject
.
In addition, that T
is a concrete representation of U
.
Object Safety§
This trait is not object safe.