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]
from this thread ↩︎
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]
from this thread ↩︎