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