Make `DynTransport` and dynamic dispatch opt-in
nlordell opened this issue · 1 comments
nlordell commented
Right now the generated code always uses synamic dispatch and boxes the transport in a DynTransport
. This should be an opt-in feature and default to being generic over the transport it uses.
taminomara commented
See also related discussion in #601.