Enums and structs are not Rust specific concepts. They are tools that many programming languages offer to define our own custom types while working with data. Structs give us the power to combine multiple values in a single variable. Enums, on the ot...
shoebilyas.hashnode.dev5 min read
No responses yet.