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 2d9827f commit cc09b50Copy full SHA for cc09b50
src/glossary.md
@@ -64,8 +64,7 @@ root, including through [paths] of public modules.
64
65
Dispatch is the mechanism to determine which specific version of code is actually
66
run when it involves polymorphism. Two major forms of dispatch are static dispatch and
67
-dynamic dispatch. While Rust favors static dispatch, it also supports dynamic dispatch
68
-through a mechanism called ‘trait objects’.
+dynamic dispatch. Rust supports dynamic dispatch through the use of [type.trait-object].
69
70
### Dynamically sized type
71
0 commit comments