auto-tuple-traits 0.3.1

Attribute macro to implement a trait for tuples
Documentation
1
2
3
4
5
6
#[auto_tuple_traits::impl_for_tuples(1)]
trait Test {
    fn test() -> u32;
}

fn main() {}