E0063
rust 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.