From 8cef2014472532280cd390279cbabc22d252380b Mon Sep 17 00:00:00 2001 From: jackymao Date: Wed, 17 Aug 2022 11:08:32 +0800 Subject: [PATCH] add custom_types ref --- .../custom_types.md" | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git "a/data/1.rust\345\210\235\351\230\266/2.rust\345\237\272\346\234\254\346\246\202\345\277\265/3.\345\217\257\350\207\252\345\256\232\344\271\211\347\261\273\345\236\213/custom_types.md" "b/data/1.rust\345\210\235\351\230\266/2.rust\345\237\272\346\234\254\346\246\202\345\277\265/3.\345\217\257\350\207\252\345\256\232\344\271\211\347\261\273\345\236\213/custom_types.md" index fefeb34..0c42ef1 100644 --- "a/data/1.rust\345\210\235\351\230\266/2.rust\345\237\272\346\234\254\346\246\202\345\277\265/3.\345\217\257\350\207\252\345\256\232\344\271\211\347\261\273\345\236\213/custom_types.md" +++ "b/data/1.rust\345\210\235\351\230\266/2.rust\345\237\272\346\234\254\346\246\202\345\277\265/3.\345\217\257\350\207\252\345\256\232\344\271\211\347\261\273\345\236\213/custom_types.md" @@ -162,7 +162,7 @@ fn main() { ``` -### +### 使用 Tuple stype Struct ```rust @@ -199,3 +199,7 @@ fn main() { } ``` + + \ No newline at end of file -- GitLab