Skip to main content

INoticeBoardSequence

Trait INoticeBoardSequence 

Source
pub trait INoticeBoardSequence: IProcInst {
    // Provided methods
    fn m_top_menu_result(self) -> NoticeBoardTopMenu_Result2 { ... }
    fn set_m_top_menu_result(self, value: NoticeBoardTopMenu_Result2) { ... }
    fn m_info_menu_result(self) -> SolanelInfoMenu_InfoResult { ... }
    fn set_m_info_menu_result(self, value: SolanelInfoMenu_InfoResult) { ... }
}

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§