Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(server): give
Server::local_addr
a more general type
Allows `local_addr` to work for any executor type, rather than just the default `Exec`. The underlying `SpawnAll::local_addr()` is already similarly general, so no other changes are needed other than adding the extra type parameter to the `impl`.
- Loading branch information