Type Definition zeromq::ZmqResult

source · []
pub type ZmqResult<T> = Result<T, ZmqError>;