rust · rust/E0063
E0063
Missing Struct Field Init
A struct initialiser does not provide a value for one or more required fields. All fields must be explicitly assigned when constructing a struct.
A struct initialiser does not provide a value for one or more required fields. All fields must be explicitly assigned when constructing a struct.