Avoiding repeated `dyn` indirection

I second this. It's useful in many dyn scenarios where you want a default body for T: Sized and want the compiler to supply the implementation for dyn Trait. Here's a recent example.[1]


  1. from this thread ↩︎

1 Like