pub fn create_proxy<T: ProtocolMarker>() -> (T::Proxy, ServerEnd<T>)
Expand description
Create a client proxy and a server endpoint connected to it by a channel.
Useful for sending channel handles to calls that take arguments
of type server_end:SomeProtocol
ยงPanics
If called outside the context of an active async executor.