diff --git a/draft/2024-10-30-this-week-in-rust.md b/draft/2024-10-30-this-week-in-rust.md index a9a4e1fc6..d5058f843 100644 --- a/draft/2024-10-30-this-week-in-rust.md +++ b/draft/2024-10-30-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Dyn Box Vs. Generics](https://blog.veeso.dev/blog/en/dyn-box-vs-generics-in-rust/): What is the best approach for achieving conditional generics in Rust? + ### Rust Walkthroughs ### Research