[][src]Function zedmq::bind

pub fn bind<S>(_transport: &str, _address: &str) -> Result<S> where
    S: SocketType + Socket + From<Stream>, 

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