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 2d56d6e commit aed8c0fCopy full SHA for aed8c0f
_data/site.json
@@ -258,13 +258,12 @@
258
]
259
},
260
{
261
- "title": "Box<T>, Trait Objects, and Smart Pointers",
+ "title": "Smart Points and Trait Objects",
262
"agenda": [
263
{ "title": "The `Box<T>` Type", "sub": [] },
264
{ "title": "The `Deref` Trait", "sub": [] },
265
{ "title": "Deref Coercion", "sub": [] },
266
{ "title": "The `Drop` Trait and `std::mem::drop`", "sub": [] },
267
- { "title": "Object-Oriented Programming", "sub": [] },
268
{ "title": "Trait Objects", "sub": [
269
{ "title": "Dynamic dispatch with `dyn`", "sub": [] }
270
] },
0 commit comments