In several examples in "rust by example" the reader is suggested to work on a solution using destructuring. I've noticed I'm struggling quite a bit wrapping my head around destructuring. Destructuring tuples, structs, or nested destructuring all give me significant problems wrapping my head around them.
Is there anything else I might practice on which does not feel like getting thrown in the deep? I'm looking for a tutorial on destructuring which has a somewhat slower pace, and comes with multiple assignments.