[][src]Function libcoap_sys::coap_delete_attr

pub unsafe extern "C" fn coap_delete_attr(attr: *mut coap_attr_t)

Deletes an attribute. Note: This is for internal use only, as it is not deleted from its chain.

@param attr Pointer to a previously created attribute.