1 2 3 4 5 6 7 8 9 10 11
use fortuples::fortuples; struct Container<T>(T); fortuples! { #[tuples::debug_expand] #[tuples::debug_expand(path = "")] impl Container<#Tuple> {} } fn main() {}