use pyo3::prelude::*; #[pyclass] struct ClassWithGenerics { a: A, } fn main() {}