1 2 3 4 5 6
use shorthand::ShortHand; #[derive(ShortHand)] struct TupleStruct<'a, T>(u64, usize, &'a T); fn main() {}