1 00:00:06,570 --> 00:00:09,930 - Welcome to Module Three, Structuring Rust Code. 2 00:00:09,930 --> 00:00:12,030 In this module, we'll dive into the details 3 00:00:12,030 --> 00:00:15,600 of how to define functions, nested functions, and closures, 4 00:00:15,600 --> 00:00:18,000 which are lambdas in other languages. 5 00:00:18,000 --> 00:00:20,430 Then, we'll see how to define structures 6 00:00:20,430 --> 00:00:23,790 that can contain data and implement functionality, 7 00:00:23,790 --> 00:00:26,240 a bit like a class in other objects (indistinct).