pub fn connect_to_socket(
addr: SocketAddrV4,
options: Option<&SessionOptions>,
) -> Result<Session>
Expand description
Connect to the engine process via a Unix socket
pub fn connect_to_socket(
addr: SocketAddrV4,
options: Option<&SessionOptions>,
) -> Result<Session>
Connect to the engine process via a Unix socket