use pin_project::pin_project; #[pin_project] struct TupleStruct(#[pin] T, U); fn main() {}