pub fn clone_get_proxy<M, Proxy>(proxy: &Proxy, flags: OpenFlags) -> M::Proxywhere
M: ProtocolMarker,
Proxy: NodeProxyApi,
Expand description
Calls .clone() on the proxy object, and returns a client side of the connection passed into the clone() method.