Function ethcore_ipc_nano::client [] [src]

pub fn client<S>(socket_addr: &str,
                 receive_timeout: Option<isize>)
                 -> Result<GuardedSocket<S>, SocketError> where S: WithSocket<Socket>

Spawns client <S> over specified address creates socket and connects endpoint to it for request-reply connections to the service