| commit | eabecca5da1dcd981b7d80bd715d656d87613804 | [log] [tgz] |
|---|---|---|
| author | Andrei Homescu <ahomescu@google.com> | Thu Nov 30 21:01:09 2023 +0000 |
| committer | Andrei Homescu <ahomescu@google.com> | Thu Dec 07 00:50:15 2023 +0000 |
| tree | d0ae4900d48bbe6562df6b3be2dbb56f36cea66d | |
| parent | ba5ed74a6f997ef2248b6e73d7caa16eec3f169e [diff] |
tipc-rust: Add wrap_service! macro Add a new wrap_service! macro that can be used to wrap a service in a newtype. This is useful for serving the same service using service_dispatcher! over different ports, since that macro requires that all service types passed in are different. Bug: 242243245 Test: Presubmit Change-Id: I1c4fdc5e9664caa2bc2f6ab9dbc15ccd83e55883