pub type EOS_RTC_OnBlockParticipantCallback = Option<unsafe extern "C" fn(Data: *const EOS_RTC_BlockParticipantCallbackInfo)>;Expand description
Callback for completion of block participants request.
Aliased Type§
pub enum EOS_RTC_OnBlockParticipantCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_RTC_BlockParticipantCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_RTC_BlockParticipantCallbackInfo))
Some value of type T.