Trait pyo3::type_object::PySizedLayout[][src]

pub trait PySizedLayout<T: PyTypeInfo>: PyLayout<T> + Sized { }

T: PySizedLayout<U> represents T is not a instance of PyVarObject. , in addition that T is a concrete representaion of U.

Implementors

Loading content...