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 representaion of U.

Implementors