variadic_from 0.57.0

Variadic from.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// tests/compile_fail/test_4_fields.rs

#[ allow( dead_code ) ]
#[ derive( variadic_from ::VariadicFrom ) ]
struct Test4FieldsNamed
{
  a: i32,
  b: i32,
  c: i32,
  d: i32,
}