Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: remove Transport impl for Box<dyn Transport>
Real users of Box<dyn Transport> most likely want to add other trait bounds such as Send, which would require the use of a newtype wrapper anyway.
- Loading branch information