Type Definition paho_mqtt3as_sys::Persistence_close
[−]
[src]
type Persistence_close = Option<unsafe extern "C" fn(_: *mut c_void) -> c_int>;
@brief Close the persistent store referred to by the handle.
@param handle The handle pointer from a successful call to Persistence_open(). @return Return 0 if the function completes successfully, otherwise return ::MQTTCLIENT_PERSISTENCE_ERROR.