[][src]Function zedmq::connect

pub fn connect<S>(transport: &str, address: &str) -> Result<S> where
    S: SocketType + Socket + From<Stream>, 

Start a ZMQ socket with the specified transport to the specified address.