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)),
}