Introduction to enums in Rust
InfoWorld | Aug 29, 2022
Enums in Rust let you create variables that can be one of a set number of types, and make decisions at runtime based on what type has been selected. This video introduces you to enums, and outlines how they make it possible to write correct and predictable code in Rust.
Copyright © 2022 IDG Communications, Inc.