Function create_sync_proxy

pub fn create_sync_proxy<T>() -> (<T as ProtocolMarker>::SynchronousProxy, ServerEnd<T>)
where T: ProtocolMarker,
Expand description

Create a synchronous 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