Skip to main content

INexLoginSequence

Trait INexLoginSequence 

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

Provided Methods§

Source

fn m_is_show_error(self) -> bool

Source

fn set_m_is_show_error(self, value: bool)

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§