|
|
|
|
|
by aw1621107
104 days ago
|
|
> It seems that it tries to solve the problem of excessive template instantiations No, I don't think the way Rust implements dynamic dispatch has much, if anything, to do with trying to avoid code bloat. It's just a different way to implement dynamic dispatch with its own set of tradeoffs. |
|