heartbeat_window_complete

Type Alias heartbeat_window_complete 

Source
pub type heartbeat_window_complete = Option<extern "C" fn(*const heartbeat_context)>;
Expand description

Typedef for the window completion callback function.

Aliased Type§

pub enum heartbeat_window_complete {
    None,
    Some(extern "C" fn(*const heartbeat_context)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*const heartbeat_context))

Some value of type T.