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