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