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§
CreateMenu() overload
Sourcefn call_last_chapter_demo(self)
fn call_last_chapter_demo(self)
CallLastChapterDemo() overload
Sourcefn create_confirm_dialog(self)
fn create_confirm_dialog(self)
CreateConfirmDialog() overload
Sourcefn call_last_chapter(self)
fn call_last_chapter(self)
CallLastChapter() 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§
impl<__T: IHubSequence_LastChapterSequence> IHubSequence_LastChapterSequenceMethods for __T
Available on crate feature
app-hubsequence only.