We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c203e commit a1bf759Copy full SHA for a1bf759
doc/rust.md
@@ -1175,6 +1175,9 @@ Values with a trait type can have [methods called](#method-call-expressions) on
1175
for any method in the trait,
1176
and can be used to instantiate type parameters that are bounded by the trait.
1177
1178
+Trait methods may be static. Currently implementations of static methods behave like
1179
+functions declared in the implentation's module.
1180
+
1181
### Implementations
1182
1183
An _implementation_ is an item that implements a [trait](#traits) for a specific type.
0 commit comments