Trait pyo3::type_object::PySizedLayout  [−][src]
pub trait PySizedLayout<T: PyTypeInfo>: PyLayout<T> + Sized { }Expand description
T: PySizedLayout<U> represents T is not a instance of
PyVarObject.
, in addition that T is a concrete representaion of U.
