mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
441 B
8 lines
441 B
3 years ago
|
# 生命周期
|
||
|
|
||
|
既然是号称正式进入进阶学习环节,那么难度也得自然而然跟上,在之前所有权章节,其实我们遗漏了非常重要的一块儿内容,那就是生命周期。
|
||
|
|
||
|
因为生命周期内容比较多且复杂,因此相关内容被分成了两个章节:基础和进阶,其中进阶章节的内容较为复杂,如果觉得难以理解可以直接跳过,进入下一块内容的学习。
|
||
|
|
||
|
|