Skip to main content

make_socket_endpoint

Function make_socket_endpoint 

Source
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.