We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cf4cf commit e2a1afaCopy full SHA for e2a1afa
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