HeartbeatPowWindowComplete

Type Alias HeartbeatPowWindowComplete 

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

Typedef for the window completion callback function.

Aliased Type§

pub enum HeartbeatPowWindowComplete {
    None,
    Some(extern "C" fn(*const heartbeat_pow_context)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.