// MODULE 04

Using Structs

Defining and instantiating structs, method syntax, and associated functions.

Using Structs

Based on The Rust Programming Language, Chapter 5

Topics Covered


Content coming soon. This module will cover how to define and use structs to create custom data types, along with methods and associated functions that give structs behavior.