vfs::test_utils::node

Function clone_get_proxy

Source
pub fn clone_get_proxy<M, Proxy>(proxy: &Proxy, flags: OpenFlags) -> M::Proxy
where 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.