David Pedersen
Results
402
comments of
David Pedersen
Yes I agree that would be nice but we don't currently know how to do it. The issue is that `Router::layer` ideally should accept any `L: tower::Layer`. That trait has...
> What we could do I guess is have our own layer trait that is automatically implemented for every tower layer. Right? Yeah we could try that and see how...