Type Alias libaeron_sys::aeron_error_handler_t

source ·
pub type aeron_error_handler_t = Option<unsafe extern "C" fn(clientd: *mut c_void, errcode: c_int, message: *const c_char)>;
Expand description

The error handler to be called when an error occurs.

Aliased Type§

enum aeron_error_handler_t {
    // some variants omitted
}

Variants§