Skip to main content

EOS_Auth_OnDeletePersistentAuthCallback

Type Alias EOS_Auth_OnDeletePersistentAuthCallback 

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

Function prototype definition for callbacks passed to EOS_Auth_DeletePersistentAuth @param Data A EOS_Auth_DeletePersistentAuthCallbackInfo containing the output information and result

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.