We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045fe94 commit ef67f91Copy full SHA for ef67f91
src/subtyping.md
@@ -11,7 +11,7 @@ lifetimes are scopes, we can partially order them based on the *contains*
11
(outlives) relationship. We can even express this as a generic bound.
12
-->
13
14
-Rust には構造の継承の概念はありませんが、派生型の概念は*あります*。
+Rust には構造継承の概念はありませんが、派生型の概念は*あります*。
15
Rust では、派生型は完全にライフタイムに由来します。ライフタイムはスコープですので、
16
包含関係によって部分的にライフタイムを定めることが出来ます。
17
ジェネリック境界として表現することも可能です。
0 commit comments