Function zmq_pw::has [] [src]

pub fn has(capability: &str) -> Option<bool>

Return true if the used 0MQ library has the given capability.

For older versions of 0MQ that don't have the wrapped zmq_has function, returns None.

For a list of capabilities, please consult the zmq_has manual page.