Skip to main content

One doc tagged with "tuple-structs"

View all tags

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.