Tuple Structs and Unit-Like Structs
In the previous article, we learned how to define structs with named fields. Rust also provides two other variations of structs that are useful in different scenarios: tuple structs and unit-like structs.
In the previous article, we learned how to define structs with named fields. Rust also provides two other variations of structs that are useful in different scenarios: tuple structs and unit-like structs.