Skip to main content

IHubSequence_LastChapterSequenceMethods

Trait IHubSequence_LastChapterSequenceMethods 

Source
pub trait IHubSequence_LastChapterSequenceMethods: IHubSequence_LastChapterSequence {
    // Provided methods
    fn init(self) { ... }
    fn exit(self) { ... }
    fn create_menu(self) { ... }
    fn call_last_chapter_demo(self) { ... }
    fn create_confirm_dialog(self) { ... }
    fn call_last_chapter(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn init(self)

Init() overload

Source

fn exit(self)

Exit() overload

Source

fn create_menu(self)

CreateMenu() overload

Source

fn call_last_chapter_demo(self)

CallLastChapterDemo() overload

Source

fn create_confirm_dialog(self)

CreateConfirmDialog() overload

Source

fn call_last_chapter(self)

CallLastChapter() overload

Source

fn ctor(self)

.ctor() 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: IHubSequence_LastChapterSequence> IHubSequence_LastChapterSequenceMethods for __T

Available on crate feature app-hubsequence only.