#![allow(dead_code)] use typle::typle; struct MyStruct { t: T, } #[typle(Tuple for 3..=3)] impl MyStruct { fn call_macro(_t: T) { stringify!(T); stringify!(T::LEN); stringify!(typle_ty!(T)); stringify!(typle_expr!(T::LEN)); } }