You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// `dyn Error` is the syntax of a trait object, a more advanced topic that we will not be
99
102
/// touching in this workshop.
100
-
/// Check its section in the Rust book if you are curious: https://doc.rust-lang.org/book/ch17-02-trait-objects.html#using-trait-objects-that-allow-for-values-of-different-types
103
+
/// Check its section in the Rust book if you are curious:
0 commit comments