pub fn make_socket_endpoint(path: &str) -> Result<Endpoint>Expand description
Build an opaque local IPC endpoint from the path returned by socket_path.
This must use the same name-type dispatch as the server so that client and server agree on the actual IPC endpoint.