Description
Contents:
-
Defining
structand Initializing Instances -
Field Visibility and Struct Methods (
impl) -
Tuple Structs and Unit-Like Structs
-
Defining
enumand Matching on Variants -
The Power of
Option<T>andResult<T, E> -
Error Handling Using Enums
-
Destructuring Structs and Enums
-
Using
deriveAttributes (e.g.Debug,Clone) -
Associated Functions and Constructors
-
Practice Project: Building a Mini Task Tracker





Reviews
There are no reviews yet.