We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c38de8 + e2a1afa commit 6d6f086Copy full SHA for 6d6f086
src/doc/trpl/traits.md
@@ -1,5 +1,8 @@
1
% Traits
2
3
+A trait is a language feature that tells the Rust compiler about
4
+functionality a type must provide.
5
+
6
Do you remember the `impl` keyword, used to call a function with [method
7
syntax][methodsyntax]?
8
0 commit comments