pub type gcoap_resp_handler_t = Option<unsafe extern "C" fn(_: *const gcoap_request_memo_t, _: *mut coap_pkt_t, _: *const sock_udp_ep_t)>;

Aliased Type§

enum gcoap_resp_handler_t {
    None,
    Some(unsafe extern "C" fn(_: *const gcoap_request_memo, _: *mut coap_pkt_t, _: *const _sock_tl_ep)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const gcoap_request_memo, _: *mut coap_pkt_t, _: *const _sock_tl_ep))

Some value of type T.