Skip to main content

EOS_RTC_OnBlockParticipantCallback

Type Alias EOS_RTC_OnBlockParticipantCallback 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_RTC_BlockParticipantCallbackInfo))

Some value of type T.