1 2 3 4 5 6 7 8
#[fortuples::auto_impl] trait Test { fn test(Foo { a }: Foo) { println!("{}", a); } } fn main() {}