[][src]Function libcoap_sys::coap_delete_str_const

pub unsafe extern "C" fn coap_delete_str_const(string: *mut coap_str_const_t)

Deletes the given const string and releases any memory allocated.

@param string The string to free off.