Skip to main content

EOS_Connect_OnLinkAccountCallback

Type Alias EOS_Connect_OnLinkAccountCallback 

Source
pub type EOS_Connect_OnLinkAccountCallback = Option<unsafe extern "C" fn(Data: *const EOS_Connect_LinkAccountCallbackInfo)>;
Expand description

Function prototype definition for callbacks passed to EOS_Connect_LinkAccount.

@param Data A EOS_Connect_LinkAccountCallbackInfo containing the output information and result.

Aliased Type§

pub enum EOS_Connect_OnLinkAccountCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_Connect_LinkAccountCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.