HeartbeatWindowComplete

Type Alias HeartbeatWindowComplete 

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

Typedef for the window completion callback function.

Aliased Type§

pub enum HeartbeatWindowComplete {
    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.