Skip to main content

IAccount_SetupNsaSequence

Trait IAccount_SetupNsaSequence 

Source
pub trait IAccount_SetupNsaSequence: IProcInst {
    // Provided methods
    fn m_is_show_error(self) -> bool { ... }
    fn set_m_is_show_error(self, value: bool) { ... }
    fn m_result_func(self) -> Account_SetupNsaResultFunction { ... }
    fn set_m_result_func(self, value: Account_SetupNsaResultFunction) { ... }
}

Provided Methods§

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§