#[fortuples::auto_impl] trait Test { fn test(box a: Box) { println!("{}", a); } } fn main() {}