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