Skip to main content

IAccount_SetupNsaSequenceMethods

Trait IAccount_SetupNsaSequenceMethods 

Source
pub trait IAccount_SetupNsaSequenceMethods: IAccount_SetupNsaSequence {
    // Provided methods
    fn ctor(
        self,
        is_show_error: impl Into<bool>,
        result_func: impl Into<Account_SetupNsaResultFunction>,
    ) { ... }
    fn ensure(self) { ... }
    fn ensure_id_token_cache(self) { ... }
    fn ensure_id_token_cache_tick(self) { ... }
    fn success(self) { ... }
    fn check_error(self) { ... }
    fn show_error(self) { ... }
    fn cancel(self) { ... }
}

Provided Methods§

Source

fn ctor( self, is_show_error: impl Into<bool>, result_func: impl Into<Account_SetupNsaResultFunction>, )

.ctor(bool, crate::app::account::Account_SetupNsaResultFunction) overload

Source

fn ensure(self)

Ensure() overload

Source

fn ensure_id_token_cache(self)

EnsureIdTokenCache() overload

Source

fn ensure_id_token_cache_tick(self)

EnsureIdTokenCacheTick() overload

Source

fn success(self)

Success() overload

Source

fn check_error(self)

CheckError() overload

Source

fn show_error(self)

ShowError() overload

Source

fn cancel(self)

Cancel() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAccount_SetupNsaSequence> IAccount_SetupNsaSequenceMethods for __T

Available on crate feature app-account only.